/* common */
.subpage { overflow: hidden; position:relative; text-align: left; }
.subpage > section {padding: 90px 0; position: relative; color:#000;}
.subpage img {max-width: inherit;}
.subpage > section:nth-of-type(even) {background: #f7f7f7; }
.sub_inner { padding: 0 50px; margin: 0 auto; max-width: 1400px; width: 100%; position: relative;}
.sub_tit h3 {font-size: 20px; font-weight: 700; color:#1ea2ff; line-height: 1.1;  margin-bottom: 20px; text-transform: uppercase;}

.line_tit::before {content: ''; width:30px; height: 3px; display: block ;background-color: #ef4123; margin: 0 0 20px;}

.left_line {position: relative; padding-left: 20px; margin-bottom: 45px; }
.left_line::before {content: ''; display: block; width: 5px; height: 43px; background-color: #ef4123;  left: 0; top: 3px; position: absolute; }

.dot_list > li {position: relative; padding-left: 15px; font-weight: 400;  text-align: left;}
.dot_list > li::before {content: ''; position: absolute; left: 0; top:11px; display: block; width: 5px; height: 5px; background-color: #ef4123; border-radius: 50%;}
.dot_list > li:nth-child(n+2) {margin-top:10px ;}

.dot_p {position: relative; padding-left: 15px; font-weight: 400;  text-align: left;}
.dot_p::before {content: ''; position: absolute; left: 0; top:11px; display: block; width: 5px; height: 5px; background-color: #ef4123; border-radius: 50%;}

/* col_list */
.col2_list {display: flex; justify-content: space-between; flex-wrap: wrap;}
.col2_list > li {width: calc(50% - 15px);}
.col2_list > li:nth-child(n+3) {margin-top: 30px;}

.col3_list {display: flex; flex-wrap: wrap; }
.col3_list > li {width:420px; margin-right: 20px ;}
.col3_list > li:nth-child(3n) {margin-right: 0;}
/* .col3_list > li:nth-child(n+4) {margin-top: 27px;} */


.col4_list {display: flex; justify-content: space-between; flex-wrap: wrap;}
.col4_list > li {width: 305px;}

/* font size */
.fs_47 {font-size: 47px; font-weight :800; line-height: 1.1; font-family: 'NanumSquare';}
.fs_37 {font-size: 37px; font-weight :700; line-height: 1.1;}
.fs_36 {font-size: 36px; font-weight :700; line-height: 1.1;}
.fs_35 {font-size: 35px; font-weight :700; line-height: 1.1;}
.fs_34 {font-size: 34px; font-weight:500; line-height: 1.2;  }
.fs_32 {font-size: 32px; font-weight:800; line-height: 1.2;  font-family: 'NanumSquare'; }
.fs_30 {font-size: 30px; font-weight:600; line-height: 1.2;  }
.fs_28 {font-size: 28px; font-weight:700; line-height: 1.2;  }
.fs_27 {font-size: 27px; font-weight:700; line-height: 1.2; }
.fs_26 {font-size: 26px; font-weight:700; line-height: 1.2;  }
.fs_25 {font-size: 25px; font-weight:700; line-height: 1.2; }
.fs_24 {font-size: 24px; font-weight:800; line-height: 1.2; font-family: 'NanumSquare'; }
.fs_23 {font-size: 23px; font-weight:700; line-height: 1.4; }
.fs_22 {font-size: 22px; font-weight:600; line-height: 1.4; }
.fs_21 {font-size: 21px; font-weight:600; line-height: 1.4; }
.fs_20 {font-size: 20px; font-weight:300; line-height: 1.76; }
.fs_19 {font-size: 19px; font-weight: 400; line-height: 1.76; }
.fs_18 {font-size: 18px; font-weight: 400; line-height: 1.83; }
.fs_17 {font-size: 17px; font-weight: 300; line-height: 1.76; }
.fs_16 {font-size: 16px; font-weight: 300; line-height: 1.76; }
.fs_15 {font-size: 15px; font-weight: 300; line-height: 1.76; }


/*Content CSS*/
.subpage .img {display: flex; align-items: center; justify-content: center; overflow: hidden; }

.top_title {position: relative; border-bottom: 1px solid #ddd;  padding-bottom:45px; margin:0 0 80px;}
.top_title .left_line {margin: 0;}
.subpage .fs_32 {margin-bottom: 45px;}


#sec1 .list {position: relative; z-index: 1; display: flex; flex-wrap:wrap; }
#sec1 .list li {width: auto; margin-right: 50px; text-align: center; position: relative; z-index: 1 ;}
#sec1 .list li::before {content: ''; display: block ; position: absolute; z-index: -1; width: 270px; height: 1px; background-color: #ddd; top: 55px; right: -80%;}
#sec1 .list li:nth-child(n+5) {margin-right: 80px;}
#sec1 .list li:nth-child(5n), #sec1 .list li:last-child {margin-right: 0;}
#sec1 .list li:nth-child(n+6) {margin-top: 100px;}
#sec1 .list li:nth-child(5)::before, #sec1 .list li:nth-child(n+9)::before {display: none;}
#sec1 .list .cir_wr {width: 110px; height: 110px; background-color: #fff; margin:0 auto; position: relative; display: flex; align-items: center ;justify-content: center; z-index: 1; margin:0 auto; }
#sec1 .list .cir_wr h1 {width: 50px; height: 50px; display: flex; align-items: center ;justify-content: center;   background-image: linear-gradient(-45deg, #b5261f, #d53d08);
position: relative; z-index: 1; font-size:26px; font-weight: 700; color:#fff; font-family: 'Montserrat'; border-radius: 50%; }
#sec1 .list .cir_wr h1::before {content: ''; width: 100%; height: 100%; opacity:  1; transition:  opacity .3s ease;  position: absolute; z-index: -1; left: 0; top: 0 ; border-radius: 50% ;
background-color: #222;}
#sec1 .list .cir {display:none; width:110px; height:110px; position: absolute; z-index:-1; left:0; top:0; }
#sec1 .list .cir > span { border-radius: 50%; position: absolute; margin: 0; width: 100%; height: 100%; border:1px solid #b5261f; display: block;
-webkit-animation: cir_ani 2s 0s linear infinite; animation: cir_ani 2s 0s linear infinite; left:-0; top:-0;}
#sec1 .list .cir > span:nth-child(2) { -webkit-animation-delay: -1s; animation-delay: -1s; }
#sec1 .list .cir > span:nth-child(3) {-webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
@keyframes cir_ani {
  0% { -webkit-transform: scale(0.3); transform: scale(0.3); opacity: 0.3;}
  50% { opacity: 0.8;}
  100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; }
}
@-webkit-keyframes cir_ani {
    0% {-webkit-transform: scale(0.3); transform: scale(0.3); opacity: 0.3; }
    50% { opacity: 0.8; }
    100% {-webkit-transform: scale(1); transform: scale(1); opacity: 0; }
}
#sec1 .list li.active .cir {display: block; }
#sec1 .list li.active .cir_wr h1::before {opacity: 0; }
#sec1 .list li .icon {height: 85px; line-height: 85px; margin-top: 24px;}
#sec1 .list li .txt h1 {font-size:20px; font-weight: 800; color:#000; margin:50px 0 25px; padding-bottom: 30px; font-family: 'NanumSquare',sans-serif; position: relative; }
#sec1 .list li .txt h1::after {content: ''; display: block; width: 100%; height: 4px; background: url('../img/sub_line.png') 0% 50% repeat;  position: absolute;bottom: -0; left: 2px;}
#sec1 .list li .txt .fs_16 {line-height: 29px; color:#666; font-weight: 400; }
#sec1 .list li .txt .fs_16 span {color:#000; padding-left: 10px; }
#sec1 .list li .txt h3 {font-size: 16px; font-weight: 500; color:#af231c; margin-top: 10px; }
/* s4 NOTICE */
#sec1 .list li.notice {width: 268px; background: #fff7f7; padding:50px 45px; text-align: center; }
#sec1 .list li.notice h2 {width: 150px; height: 50px; line-height: 50px; background: #000; border-radius: 25px; text-align: center; font-size: 17px; font-weight: 600; color:#fff;
font-family: 'Montserrat'; letter-spacing: 4px; margin:0 auto ;}
#sec1 .list li.notice h1 {font-size: 20px; font-weight: 800; color:#000; margin:30px 0 25px; padding-bottom: 30px; position: relative; font-family: 'NanumSquare',sans-serif; }
#sec1 .list li.notice h1::before {content: ''; display: block; width: 100%; height: 4px; background: url('../img/sub_line.png') 0% 50% repeat;  position: absolute;bottom: -0; left: 2px;}
#sec1 .list li.notice .fs_16 {line-height: 29px;}

/* sec2 */
#sec2 {background-color: #fffafa;}
#sec2 .txt_box {margin-top: 30px; background: #fff; border:3px solid #683c11; padding: 60px;}
#sec2 .txt_box h4 {font-weight: 800; color:#432918; display: flex; align-items: center;}
#sec2 .txt_box h4 i {display: block; width: 25px; height: 25px; margin-right: 10px; flex-shrink: 0; background:url("../img/check.png") 50% no-repeat;}
#sec2 .txt_box .desc {margin-left: 35px; border-top: 1px solid #d8cec5; padding-top:30px; margin-top: 30px; }
#sec2 .txt_box .num_list > li {display: flex; align-items: flex-start; }
#sec2 .txt_box .num_list > li:nth-child(n+2) {margin-top: 10px; }
#sec2 .txt_box .num_list .num {display: block; flex-shrink: 0; font-weight: 700; color:#e7302a; letter-spacing: -.36px; width: 40px; }
#sec2 .txt_box .num_list p {font-weight: 400; color:#432918;letter-spacing: -.36px; }
#sec2 .txt_box strong {display: block; font-weight: 700; color:#e7302a; margin-top: 20px;}





@media screen and (max-width:1400px) {
    /* common */

    /* content */


}
