/* common */
.subpage { overflow: hidden; position:relative; text-align: center;  }
.subpage > section {padding: 50px 0; position: relative; color:#000;}
/* .subpage img {max-width: inherit;} */
.subpage > section:nth-of-type(even) {background: #f7f7f7; }
.sub_inner { padding: 0 20px; 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 15px;}

.left_line { margin-bottom: 30px; }
.left_line::before {content: ''; display: block; width: 40px; height:4px; background-color: #ef4123; margin: 0 auto 15px;}

.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: 25px; font-weight :800; line-height: 1.5; font-family: 'NanumSquare';}
.fs_37 {font-size: 22px; font-weight :700; line-height: 1.1;}
.fs_36 {font-size: 22px; font-weight :700; line-height: 1.1;}
.fs_35 {font-size: 22px; font-weight :700; line-height: 1.1;}
.fs_34 {font-size: 22px; font-weight:500; line-height: 1.2;  }
.fs_32 {font-size: 21px; font-weight:800; line-height: 1.2;  font-family: 'NanumSquare'; }
.fs_30 {font-size: 20px; font-weight:600; line-height: 1.2;  }
.fs_28 {font-size: 18px; font-weight:700; line-height: 1.2;  }
.fs_26 {font-size: 17px; font-weight:700; line-height: 1.2;  }
.fs_25 {font-size: 17px; font-weight:700; line-height: 1.2; }
.fs_24 {font-size: 16px; font-weight:800; line-height: 1.2; font-family: 'NanumSquare'; }
.fs_23 {font-size: 16px; font-weight:700; line-height: 1.4; }
.fs_22 {font-size: 16px; font-weight:600; line-height: 1.4; }
.fs_21 {font-size: 15px; font-weight:600; line-height: 1.4; }
.fs_20 {font-size: 15px; font-weight:300; line-height: 1.76; }
.fs_19 {font-size: 14px; font-weight: 400; line-height: 1.76; }
.fs_18 {font-size: 14px; font-weight: 400; line-height: 1.83; }
.fs_17 {font-size: 13px; font-weight: 300; line-height: 1.76; }
.fs_16 {font-size: 13px; font-weight: 300; line-height: 1.76; }
.fs_15 {font-size: 12px; font-weight: 300; line-height: 1.76; }


/*Content CSS*/
/* .subpage .img {display: flex; align-items: center; justify-content: center; overflow: hidden; border:1px solid #ddd; } */
.left_line {margin-bottom: 40px; }
.subpage br:not(.space) {display: none;}

/* menu_box_wr */
.menu_box_wr {display: flex; flex-wrap:wrap; counter-reset: number 0;}
.menu_box {width: calc(50% - 5px) ; margin-right: 10px; counter-increment: number 1;}
.menu_box_wr .menu_box:nth-child(2n) {margin-right: 0; }
.menu_box_wr .menu_box:nth-child(n+3) {margin-top:40px; }
.menu_btn .img {width: 100%; position: relative; z-index: 1; display: flex; justify-content: center; cursor: pointer; overflow: hidden; }
.menu_btn .img > img {max-width: 100%;}
.menu_btn .img .cover {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; position: absolute; left: 0; top: 0;
background: rgba(0,0,0,.45); opacity: 0; transition:opacity .3s ease; flex-direction: column; }
.menu_btn .img .cover img {transition: all .3s ease; max-height: 35px;}
.menu_btn .img .cover span {display: block; margin-top: 15px; font-size: 13px; font-weight: 400; color:#fffafa; }
.menu_btn .img:hover .cover {opacity: 1; }
.menu_btn .img:hover .cover img {transform: rotate(90deg);}
.menu_btn .txt {margin-top:15px; text-align: center;}
.menu_btn .txt h4 {font-size: 11px; font-weight:500; color:#ef4123; font-family: 'Poppins', sans-serif; text-transform: capitalize;}
.menu_btn .txt h3 {font-size:17px; font-weight: 700; color:#000; font-family: 'NanumSquare',sans-serif; margin-top: 12px; }

.menu_box .article .txt .title > span::after {content:'\00a0 0'counter(number);}
.menu_box_wr .menu_box:nth-child(n+10) .article .txt .title > span::after {content:'\00a0'counter(number);}


/* modal */
.menu_box .modal-header {text-align: center; position: relative; overflow: hidden; margin-bottom:0; border-top: 3px solid #ef4123; border-bottom: 0;}
.menu_box .modal-dialog {max-width: 1300px; margin:0 auto 0; padding: 20px 20px;}
.menu_box .modal-body {padding:0 20px 30px;}
.menu_box .close {opacity: 1; font-size:25px; }

.menu_box .article { text-align: center; display: flex; flex-direction: column-reverse; }
.menu_box .article .img {width: 100%; }
.menu_box .article .txt {width: 100%; margin-top: 20px; text-align: center; }
.menu_box .article .txt .title {width: 100%; padding-bottom:30px; margin-bottom: 30px; position: relative; }
.menu_box .article .txt .title::before {content: ''; display: block; width: 100%; height: 6px; background: url('../img/sub_title.png') 31% 50% repeat; position: absolute; bottom: -0; left: -2px;}
.menu_box .article .txt .title > span {width: 80px; height: 30px; line-height: 30px; border-radius: 20px; background: #ef4123; font-size: 13px; font-weight: 700; color:#fff;
margin:0 auto 15px; display: block; }
.menu_box .article .txt .title h4 {font-size: 13px; font-weight:500; color:#ef4123; font-family: 'Poppins', sans-serif; text-transform: capitalize;}
.menu_box .article .txt .title h3 {font-size:20px; font-weight: 800; color:#000; font-family: 'NanumSquare',sans-serif; margin-top: 15px; }
.menu_box .article .txt .cont h5 {font-size: 14px; font-weight: 700; color:#333; margin-bottom: 15px; font-family:'Pretendard';}
.menu_box .article .txt .cont p {word-break: keep-all; font-size: 14px; font-weight: 400; color: #666; line-height: 1.65; }




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

    /* content */


}
