@charset "utf-8";


#ctt header {
 
 
}

.section {
    overflow: hidden;
    padding-bottom: 50px;
}





/*sec_title*/
.sec_title {
    font-family: 'ONE-Mobile-Title' !important;
    font-size: 150%;
    line-height: 100%;
    padding-bottom: 30px;
    position: relative;
    padding-left: 0px;
}

.sec_title:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: 20px;
    left: 0px;
    margin-top: 9px;
}

.sec_title span {
    position: relative;
    display: inline-block;
}

.sec_title span:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 20px;
    left: 0px;
    margin-top: 9px;
}




h4.step_title {
    line-height: 100%;
    position: relative;
}

h4.step_title b {
    font-size: 160%;
}

h4.step_title span {
    color: #ffffff;
    display: inline-block;
    /* border: 2px solid #79632e; */
    border-radius: 20px;
    padding: 5px 10px;
    text-align: center;
    background: #469bce;
}

h4.step_title span.step {
    position: absolute;
    right: 0;
    top: -5px;
    background: #f30;
    color: #fff;
    border: 0;
    font-size: 100%;
    margin-right: 10px;
    width: auto;
    display: inline-block;
    border-radius: 20px;
}


.side_text {
    position: relative;
    display: block;
    width: 350px;
    float: left;
}
.box_wrap {
    float: right;
    width: calc(100% - 400px);
    overflow: hidden;
    padding: 0px 0;
}


@media(max-width:1200px){
    h4.step_title b {
    padding-bottom:10px;
}
    
    h4.step_title span.step {
    position: static;
        margin-top: 5px;
}
    
    .side_text {
    width: 100%;
    float: none;
}
.box_wrap {
    float: none;
    width: 100%;
}
    
}


.side_text .anchor {}

.side_text .anchor li {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 30px;
    border: 3px solid #ddd;
    margin-bottom: 5px;
    line-height: 100%;
    font-size: 115%;
    background: #fff;
}

.side_text .anchor li img {
    display: inline-block;
    margin-right: 5px;
}

.side_text .anchor li:hover {
    border-color: #f30;
    background: #fff;
}

@media(max-width:1200px){
    .side_text .anchor li {
    padding: 5px 10px;
    line-height: 100%;
    font-size: 85%;
    border-radius:0;
}
    
}


.box_item {
    clear: both;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    padding: 50px;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin-bottom: 15px;
    background: #fff;
}

.box_item img {
    float: left;
    width: 200px;
}

.box_item .text {
    float: right;
    width: calc(100% - 240px);
}

.box_item .text span.ex {
    display: block;
    padding: 15px 0;
    color: #f30;
    font-size: 110%;
}

.box_item .text ul.list li {
    position: relative;
    padding-left: 15px;
}

.box_item .text ul.list li em {
    color: #f30;
}

.box_item .text ul.list li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #f30;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: 0px;
    margin-top: 9px;
}

@media(max-width:1024px) {
    .box_item {padding:15px;}
    .box_item img {
        float: none;
        margin: 0px auto 15px;
        display: block;
    }

    .box_item .text {
        float: none;
        width: 100%;
    }

}

.wrap_ceo1 .subtitle-ment {
    padding: 10px 0 30px 0;
    color: #777;
}

.wrap_ceo1 .title_group h3.page_title {
    font-size: 200%;
    border-bottom: 1px solid #ddd;
    padding-top: 0;
    padding-bottom: 10px;

    font-weight: 900;
    text-align: left;
}

.wrap_ceo1 .title_group .title_ment {
    display: block;
    color: #777;
    padding: 15px 0 30px 0;
}




.wrap_ceo1 .img_ceo {
    display: block;
    float: left;
    width: 450px;
}

.wrap_ceo1 .img_ceo img {
    display: block;
    padding-bottom: 10px;
}

.wrap_ceo1 .content_greeting h4 {
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 700;
    color: #282828;
    margin-bottom: 10px;
    line-height: 1.3;
    letter-spacing: -1px;
}

.wrap_ceo1 .content_greeting h4 span {
    color: #f30;
}

.wrap_ceo1 .name_ceo {
    float: right;
}

.wrap_ceo1 .sign_ceo {
    float: right;
    padding-top: 30px;
}

.wrap_ceo1 .sign_ceo img {
    clear: both;
    display: block;
    padding: 20px;
}

.wrap_ceo1 .career_ceo {
    display: block;
    float: left;
    width: 100%;
}

.wrap_ceo1 .career_ceo h6 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.wrap_ceo1 .contentarea {
    /*
                float: right;
                width: calc(100% - 500px);
                overflow:hidden;
                text-align: justify;
                padding-left:50px;
                */
    float: none;
    width: 100%;
    overflow: hidden;
    text-align: justify;
    padding-left: 0px;

}

.wrap_ceo1 ul.cr {

    display: block;
    clear: both;
    margin: 30px 0;
}

.wrap_ceo1 ul.cr li {
    display: block;
    font-size: 90%;
}

.wrap_ceo1 ul.cr li b {
    margin-right: 20px;
}

@media(max-width:1200px) {}

@media(max-width:992px) {}

@media(max-width:768px) {
    .wrap_ceo1 .img_ceo {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .wrap_ceo1 .contentarea {
        float: none;
        width: 100%;
    }
}

@media(max-width:480px) {
    .wrap_ceo1 .contentarea {
        padding-left: 0px;
    }


}





/*제작절차*/
/* 기본 */
.tbl-data1 ul.ind_txt li {
    position: relative;
    padding-left: 12px;
    margin-top: 15px;
}

.tbl-data1 ul.ind_txt li:first-child {
    margin-top: 0;
}

.tbl-data1 ul.ind_txt li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 3px;
    height: 3px;
    background-color: #f60
}

.tbl-data1 ul.ind_txt li p {
    color: #767676;
    font-size: 16px;
}

.tbl-data1 {
    overflow: hidden;
    margin: 30px 0 0;
    border-top: 2px solid #282828;
    border-bottom: 1px solid #dadada;
}

.tbl-data1 table th,
.tbl-data1 table td {
    height: 65px;
    padding: 18px 20px;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
    line-height: 28px;
}

.tbl-data1 table th {
    background: #fafafa;
}

.tbl-data1 table thead th {
    text-align: center;
    font-family: 'Noto Sans KR';
    font-weight: 500;
}

.tbl-data1 table thead ~ tbody > tr:first-child th,
.tbl-data1 table thead ~ tbody > tr:first-child td {
    border-top: 1px solid #282828;
}

/* .tbl-data1 table thead ~ tbody > tr > th {background:#fff;text-align:center;} */
.tbl-data1 table thead ~ tbody > tr > th {
    text-align: center;
}

.tbl-data1 table thead ~ tbody td {
    text-align: center;
}

.tbl-data1 table thead ~ tbody td.left {
    text-align: left;
}

.tbl-data1 table thead ~ tbody td.center {
    text-align: center;
}

.tbl-data1 > table > thead > tr:first-child th {
    border-top: 0;
}

.tbl-data1 > table > colgroup + tbody > tr:first-child th,
.tbl-data1 > table > colgroup + tbody > tr:first-child td {
    border-top: 0;
}

.tbl-data1 tr.total th,
.tbl-data1 tr.total td,
.tbl-data1 tfoot th,
.tbl-data1 tfoot td {
    text-align: center;
    font-weight: bold;
    background-color: #fff7f2;
}

.tbl-data1 table thead ~ tbody td [class*="txt-bul"] {
    display: inline-block;
}

.tbl-data1 + .sub-con3:not([class*=" "]) {
    color: #767676;
}

.tbl-data1 > dl {
    overflow: hidden;
    -ms-display: flex;
    display: flex;
    flex-wrap: wrap;
    margin: -1px 0 0;
}

.tbl-data1 > dl > dt,
.tbl-data1 > dl > dd {
    float: left;
    padding: 18px 20px;
    border-top: 1px solid #dadada;
    line-height: 28px;
}

.tbl-data1 > dl > dt {
    width: 160px;
    text-align: center;
    font-family: 'Noto Sans KR';
    font-weight: 500;
}

.tbl-data1 > dl > dd {
    padding-left: 40px;
    width: calc(100% - 160px);
    font-size: 18px;
}

.tbl-data1 > dl > dd.txt-bul1 {
    padding-left: 55px;
}

div[class*="tit-sub"] > .side {

    color: #777;
    font-size: 90%;
}



/* 유형1 */
.tit-sub1 {

    position: relative;
    margin: 0px 0 20px;
}

.tit-sub1 ~ .tit-sub1 {
    margin-top: 110px;
}

div.tit-sub1 > *:first-child,
.tit-sub1:not(div),
dl.tit-sub1 > dt {
    font-size: 28px;
    line-height: 48px;
}

div.tit-sub1.bul1 > *:first-child,
.tit-sub1.bul1:not(div) {
    padding: 0 0 0 20px;
}

div.tit-sub1.bul1 > *:first-child:before,
.tit-sub1.bul1:not(div):before {
    content: '';
    float: left;
    display: block;
    width: 6px;
    height: 6px;
    margin: 0.75em 14px 0 -20px;
    background: #479ace;
    border-radius: 50%;
}

.tit-sub1 .txt-logo1 {
    height: 48px;
    padding: 0 0 0 130px;
    background-position: 0 -228px;
}

.area-btn1 {
    text-align: center;
    padding-top: 80px;
}

.area-btn1 + .tit-sub1,
.tab-sub1 + .tit-sub1 {
    margin-top: 66px;
}

p.tit-sub2 + .tab-sub1 {
    margin-top: 54px;
}

.tit-page + .tab-sub1 {
    margin-top: 50px;
}

.tab-sub1 > img {
    vertical-align: top;
}

#content > .header + .tit-sub1 {
    margin-top: -10px;
}

/* 유형2 */
.tit-sub2:not(dl),
dl.tit-sub2 > dt {
    margin: 68px 0 20px;
}

div.tit-sub2 > *:first-child,
.tit-sub2:not(div):not(dl),
dl.tit-sub2 > dt {
    font-size: 20px;
    line-height: 32px;
}

.tit-sub2 .txt-logo1 {
    height: 32px;
    padding: 0 0 0 90px;
    background-position: 0 -273px;
}

.tit-sub2 .side.selectbox2 {
    min-width: 115px;
}

.tit-sub1 + .tit-sub2 {
    margin-top: 40px;
}

/* 유형3 */
.tit-sub3:not(dl),
dl.tit-sub3 > dt {
    margin: 18px 0 4px;
}

div.tit-sub3 > *:first-child,
.tit-sub3:not(div):not(dl),
dl.tit-sub3 > dt {
    font-size: 18px;
    line-height: 30px;
}

.tit-sub2 + .tit-sub3 {
    margin-top: 10px;
}

.tit-sub3 .txt-logo1 {
    padding: 0 0 0 81px;
    background-position: -150px -313px;
}

html[lang="en"] .tit-sub2 .txt-logo1 {
    padding: 0 0 0 193px;
    background-position: -600px -273px;
}

html[lang="en"] .tit-sub3 .txt-logo1 {
    padding: 0 0 0 176px;
    background-position: -800px -313px;
}

/* 유형4 */
.tit-sub4:not(dl),
dl.tit-sub4 > dt {
    margin-top: 20px;
    margin-bottom: 3px;
}

.tit-sub4 > *:first-child,
.tit-sub4:not(div):not(dl),
dl.tit-sub4 > dt {
    font-size: 20px;
    line-height: 30px;
}



/* 유형1 */
.info-con1 {
    position: relative;
    min-height: 141px;
    margin: 80px 0 0;
    width: 100%;
}

.info-con1 > dl,
.info-con1 > ol {
    margin: 0 auto;
    max-width: 1045px;
}

.info-con1 ol {
    overflow: hidden;
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.info-con1 ol > li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #767676;
}

.info-con1 ol > li:first-child:before,
.info-con1 ol > li + li:before,
.info-con1 ol > li:last-child:after {
    content: '';
    display: block;
    position: absolute;
}

.info-con1 ol > li:first-child:before {
    top: 42px;
    left: 0;
    right: -1000%;
    height: 1px;
    background-color: #dadada;
}

.info-con1 ol > li + li:before {
    top: 38px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #dadada;
}

.info-con1 ol > li:last-child:after {
    top: 40px;
    right: 0;
    width: 5px;
    height: 5px;
    border: none;
    background-color: #dadada;
    border-radius: 5px;
}

.info-con1 ol > li span {
    position: relative;
    display: block;
    font-family: 'Myriad Pro';
    font-size: 16px;
    color: #479ace;
}

.info-con1 ol > li span:before,
.info-con1 ol > li span:after {
    content: '';
    position: absolute;
    top: 38px;
    left: 50%;
    display: block;
    background: #479ace;
    border-radius: 100%;
}

.info-con1 ol > li span:before {
    width: 9px;
    height: 9px;
    margin: 0 0 0 -4px;
}

.info-con1 ol > li span:after {
    top: 32px;
    width: 21px;
    height: 21px;
    margin: 0 0 0 -10px;
    background: rgb(0 167 255 / 20%);
}

.info-con1 ol > li strong {
    display: block;
    margin: 45px 0 2px;
    font-size: 18px;
    line-height: 32px;
    color: #282828;
    font-weight: normal;
}

.info-con1 > dl {
    position: relative;
    margin: 0 auto;
    padding: 0 0 0 141px;
}

.info-con1 > dl dt {
    position: absolute;
    top: 9px;
    left: 9px;
    color: #fff;
    display: block;
    width: 123px;
    height: 123px;
    font-size: 18px;
    border-radius: 123px;
    background-color: #479ace;
    text-align: center;
    line-height: 123px;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px #00a7ff;
    /*background:linear-gradient(6deg, #479ace 30%, #ff9249 70%);*/
}

.info-con1 > dl dt:before {
    content: '';
    display: block;
    position: absolute;
    width: 139px;
    height: 139px;
    border-radius: 139px;
    box-sizing: border-box;
    top: -8px;
    left: -8px;
    border: 2px dashed #479ace;
}

.info-con1 > dl dd {
    padding: 30px 0 0;
}

.info-con1 + .info-con1 {
    margin-top: 60px;
}

.tbl-data1 + .info-con1 {
    margin: -1px 0 0;
    border-top: 1px solid #dadada;
    padding-top: 80px;
}

/* 유형2 */
.info-con2 {
    padding: 50px 0;
}

.info-con2 ol {
    overflow: hidden;
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.info-con2 ol > li {
    position: relative;
    display: table-cell;
    text-align: center;
}

.info-con2 ol > li:before,
.info-con2 ol > li:after {
    content: '';
    display: block;
}

.info-con2 ol > li + li:after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    margin: -10px 0 0;
    border-top: 2px solid #7b7b7b;
    border-right: 2px solid #7b7b7b;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.info-con2 ol > li span {
    display: block;
    font-family: 'Myriad Pro';
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
}

.info-con2 ol > li strong {
    font-weight: normal;
}

.info-con2.box-t1 {
    padding: 85px 0;
}

.info-con2[class*="img-"] ol > li:before {
    content: '';
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url(../../img/pc/com/img_set2.png) no-repeat 0 0;
    line-height: 60px;
}

.info-con2.img-custom1 ol > li:nth-child(1):before {
    background-position: 0 0;
}

.info-con2.img-custom1 ol > li:nth-child(2):before {
    background-position: -60px 0;
}

.info-con2.img-custom1 ol > li:nth-child(3):before {
    background-position: -120px 0;
}

.info-con2.img-custom1 ol > li:nth-child(4):before {
    background-position: -180px 0;
}

/* 유형3 */
.info-con3 {
    position: relative;
    padding: 0 60px;
}

.info-con3:before,
.info-con3:after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    z-index: 0;
}

.info-con3:before {
    top: 116px;
    right: 0;
    border-top: 1px dotted #479ace;
}

.info-con3:after {
    top: 113px;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: #479ace;
    box-shadow: 1193px 0 0 #479ace;
    -webkit-box-shadow: 1193px 0 0 #479ace;
    -moz-box-shadow: 1193px 0 0 #479ace;
}

.info-con3 ul {
    overflow: hidden;
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.info-con3 li {
    position: relative;
    display: table-cell;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    vertical-align: top;
}

.info-con3 li:before,
.info-con3 li:after {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    border-radius: 100%;
    box-sizing: border-box;
}

.info-con3 li:before {
    top: 14px;
    width: 202px;
    height: 202px;
    margin: 0 0 0 -101px;
    background: #479ace;
    text-align: center;
    box-shadow: 5px 5px 12px #ffcaa6;
    z-index: 2;
}

.info-con3 li:after {
    top: 0;
    width: 230px;
    height: 230px;
    margin: 0 0 0 -115px;
    background: #fff;
    border: 2px dashed #479ace;
    z-index: 1;
}

.info-con3 li dl {
    position: relative;
    z-index: 4;
}

.info-con3 li dt {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    height: 230px;
}

.info-con3 li dd {
    margin-top: 25px;
    min-height: 100px;
    text-align: center;
    font-size: 16px;
    color: #282828;
}

html[lang="en"] .info-con3 li {
    font-size: 17px;
}

/* 유형3 - 타입2 (화살표) */
.info-con3.ty2 {
    margin: 100px 0;
}

.info-con3.ty2 dl {
    position: relative;
    height: 230px;
}

.info-con3.ty2 dl:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 24%;
    margin-top: 1px;
    width: 52%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.info-con3.ty2 li + li dl:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: -4%;
    margin-top: -11px;
    width: 22px;
    height: 24px;
    background: url(../../img/pc/content/info_con3_arrow.png) no-repeat center;
}

.info-con3.ty2 dt {
    position: relative;
    display: block;
    width: 100%;
    height: 115px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.info-con3.ty2 dt span {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 9px;
    vertical-align: bottom;
}

.info-con3.ty2 dd {
    margin-top: 15px;
    color: #fff;
    line-height: 21px;
}

/* 유형4 */
.info-con4 dl {
    margin-top: 95px;
    padding-top: 95px;
    text-align: center;
    letter-spacing: -0.65px;
    border-top: 1px #ababab solid;
}

.info-con4 dl:first-child {
    margin-top: 0;
    border-top: 0;
}

.info-con4 dl dt {
    margin-bottom: 55px;
    font-size: 40px;
    line-height: 1.5;
}

.info-con4 dl dt small {
    display: block;
    font-size: 18px;
}

.info-con4 dl dd p {
    margin-bottom: 25px;
}

.info-con4 dl dd img {
    margin-top: 15px;
    vertical-align: top;
}

.info-con4 dl dd img + p,
.info-con4 dl dd img + ul {
    margin-top: 35px;
}

/* 유형5 */
.info-con5 dl {
    margin-top: 95px;
    text-align: left;
    letter-spacing: -0.65px;
}

.info-con5 dl dt {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}

.info-con5 dl dd p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
}

.info-con5 dl dd ul {
    overflow: hidden;
    margin: 0 -10px;
}

.info-con5 dl dd li {
    float: left;
    margin: 0 10px;
    width: 386px;
}

.info-con5 dl dd img {
    width: 100%;
}


/* 액션버튼1 */
.area-btn1.t1 .btn-action {
    min-width: 320px;

}

.btn-action {
    display: inline-block;
    margin: 0 auto;
    min-width: 244px;
    font-size: 15px;
    line-height: 58px;
    height: 60px;
    padding: 0 29px;
    border: 1px solid #282828;
    color: #282828;
    border-radius: 32px;
}

.btn-action,
.btn-action:visited {
    color: #282828;
}

.btn-action.c1 {
    border-color: #479ace;
    background: #479ace;
    color: #fff;
}

.btn-action.c1,
.btn-action.c1:visited {
    color: #fff;
}

/*.btn-action.c1:hover, .btn-action.c1:focus {border-color:#ff944c;background:#ff944c;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;}*/
.btn-action.c2 {
    border-color: #fff;
}

.btn-action.c2,
.btn-action.c1:visited {
    color: #fff;
}

.btn-action[class*=" ic"] {
    padding: 0 9px;
}

.btn-action.ic1:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 0;
    background: url(../../img/pc/com/img_set1.png) no-repeat 0 -100px;
}

.btn-action.ic1.c1:before {
    background-position: -40px -100px;
}

.btn-action.ic1[disabled]:before {
    opacity: 0.6;
}


table.henal th:nth-child(1) {
    width: 10% !important;
}

ul.esti_prelist li {
    position: relative;
    padding-left: 20px;
    color: #777;
}

ul.esti_prelist li:before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background-color: #f30;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 9px;
}


@media screen and (max-width: 1024px) {


    #content .tbl-data1 > dl > dt,
    #content .tbl-data1 > dl > dd {
        border-top: 0;
        display: block;
        width: 100%;
        text-align: left;
        padding: 0;
    }

    #content .tbl-data1 > dl {
        padding: 2.5rem 1.5rem;
    }

    #content .tbl-data1 > dl > dt ~ dt:before {
        content: '';
        position: absolute;
        left: -1.5rem;
        right: -1.5rem;
        top: -2.5rem;
        height: 1px;
        background: #dadada;
    }

    #content > .header + .tit-sub1 {
        margin: 0;
        padding-bottom: 1rem;
    }

    #content .tbl-data1 > dl {
        display: block;
    }

    #content .tbl-data1 > dl > dt {
        position: relative;
        margin: 0 0 1rem;
        font-family: 'Noto Sans KR';
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: bold;
    }

    #content .tbl-data1 > dl > dd {
        font-size: 1.4rem;
    }

    #content .tbl-data1 > dl > dd + dt {
        margin: 5rem 0 1rem;
    }

    #content .info-con1 > dl {
        padding: 0;
    }

    #content .info-con1 > dl dt {
        position: absolute;
        top: 0.9rem;
        left: 14.5%;
        margin-left: -3.5rem;
        color: #fff;
        display: block;
        width: 7rem;
        height: 7rem;
        border-radius: 7rem;
        background-color: #479ace;
        font-size: 1.4rem;
        text-align: center;
        line-height: 7rem;
        box-sizing: border-box;
        box-shadow: 0.2rem 0.2rem 0.4rem #00a7ff;
        z-index: 1;
    }

    #content .info-con1 > dl dt:before {
        width: 8rem;
        height: 8rem;
        border-radius: 8rem;
        box-sizing: border-box;
        top: -0.5rem;
        left: -0.5rem;
        border: 0.1rem dotted #479ace;
    }

    #content .info-con1 > dl dd {
        padding: 0;
    }

    #content .info-con1 ol {
        overflow: unset;
        display: flex;
        flex-flow: wrap;
        width: 100%;
    }

    #content .info-con1 ol:after {
        left: 25%;
    }

    #content .info-con1 ol > li:before,
    #content .info-con1 ol > li:after,
    #content .info-con1 > dl dt:before,
    #content .info-con1 ol:after {
        content: '';
        display: block;
    }

    #content .info-con1 ol > li:after,
    #content .info-con1 ol:after {
        position: absolute;
        top: 4rem;
        right: 0;
        width: 0;
        height: 0;
        border-top: 0.25rem solid transparent;
        border-bottom: 0.25rem solid transparent;
        border-left: 0.25rem solid #dadada;
    }

    #content .info-con1 ol > li {
        position: relative;
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.7rem;
        color: #767676;
    }

    #content .info-con1 ol > li + li:before {
        border: unset;
        width: unset;
    }

    #content .info-con1 ol > li:nth-child(1) ~ li {
        width: 25%;
    }

    #content .info-con1 ol > li:first-child {
        padding-left: 25%;
        width: 50%;
    }


    #content .info-con1 ol > li:first-child:before,
    #content .info-con1 ol > li:last-child:before {
        top: 4.2rem;
        left: 8.3rem;
        right: -1000%;
        height: 1px;
        background-color: #dadada;
        z-index: 0;
    }





    #content .info-con1 ol > li:last-child:before {
        right: 0;
        left: -1000%;
    }

    #content .info-con1 ol > li span {
        position: relative;
        display: block;
        margin-top: 2rem;
        font-family: 'Myriad Pro';
        font-size: 1.2rem;
        color: #479ace;
    }

    #content .info-con1 ol > li span:before,
    #content .info-con1 ol > li span:after {
        content: '';
        position: absolute;
        top: 2rem;
        left: 50%;
        display: block;
        background: #479ace;
        border-radius: 100%;
    }

    #content .info-con1 ol > li span:before {
        width: 0.45rem;
        height: 0.45rem;
        margin: 0 0 0 -0.225rem;
    }

    #content .info-con1 ol > li span:after {
        top: 1.7rem;
        width: 1.05rem;
        height: 1.05rem;
        margin: 0 0 0 -0.525rem;
        background: rgba(0, 167, 255, 0.2);
    }

    #content .info-con1 ol > li strong {
        display: block;
        margin: 1.6rem 0 0.1rem;
        font-size: 1.4rem;
        line-height: 17px;
        color: #282828;
        font-weight: normal;
    }

}






@media(max-width:1200px) {}

@media(max-width:992px) {}

@media(max-width:768px) {}

@media(max-width:480px) {}

/*제작절차*/
