@charset "utf-8";

/* CSS Reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp, strike, tt, var, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;	padding: 0;	border: 0;	font-size: 100%; vertical-align: baseline;}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}


/* set basement */
* {box-sizing: border-box; line-height: 150%;}
html {font-size:16px; font-weight:400; line-height: 150%; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none;}
body {font-family: 'Noto Sans KR', sans-serif; color: #000; word-break: keep-all; overflow-x: hidden;}
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 130%; }
a {color:inherit;text-decoration: none;}
img {max-width:100%;}
ol, ul, li {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';	content: none;}
table {border-collapse: collapse;border-spacing: 0;}
th, td {vertical-align: middle; text-align: left;}
b, strong {font-weight: 700;}
.clearfix:after {display:block;content:"";clear:both;}



/* set base layout */
body {display: flex; flex-direction: column; min-height: 100vh;}
footer {margin-top: auto;}



/* set inputs */
select {outline:none; height: 40px; border-color: #c5c5c5; padding: 5px 15px;}
input:not[type="checkbox"], textarea, button {appearance: none; -webkit-appearance: none; -moz-appearance: none; border: none; outline: none; box-shadow: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;}
input {height:40px;padding: 10px;border: 1px solid #c5c5c5;vertical-align: middle;}
textarea, input[type="text"], input[type="email"], input[type="number"] {outline: none; box-shadow: none; appearance: none; -webkit-appearance: none; -moz-appearance: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;}
input[type="submit"] {appearance: none; -webkit-appearance: none; -moz-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; cursor: pointer}
input[type="file"] {height: auto;padding: 5px; display: inline-flex; align-items: center; }
input[type="checkbox"] {width:15px;height:15px; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; background: #fff; border-color: #c2c2c2;}
input[type="radio"] {outline: none; width: initial; height: initial; box-shadow: none; margin: 0!important;}
input[type="radio"]:checked {outline: none; width: initial; height: initial; box-shadow: none;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}
textarea {display:block;padding: 10px;border: 1px solid #bfbfbf;resize: vertical;}
button {padding: 10px;cursor: pointer;;}
input:focus, textarea:focus {outline:none;box-shadow: 0px 0px 5px rgba(0, 183, 238, 0.2);}
.file_box {display: flex; position: relative; width: 100%;}
.file_box .file {width: 0!important; height: 0!important; overflow: hidden!important; opacity: 0!important; padding: 0!important; margin: 0!important;}
.file_box .file_skin {height: 37px; width: 100%;}
.file_box .file_skin:focus {box-shadow: none;}
.file_box .file_button {font-size: 0!important; color: transparent!important; height: 37px; border-radius: 0; border: 1px solid #c5c5c5; margin-left: -1px; width: 37px; background: url(../images/common/ico/search_gray.png) no-repeat center;}
.input_textarea {display: block; width: 100%; height: 200px;}

/* set container */
.container__wide,
.container {min-width: 320px;max-width: calc(100% - 40px);margin: 0 auto;}
.container {width: 1200px;}
.container__wide {width: 1400px;}


/* set font family */
.pretendard {font-family: 'Pretendard', sans-serif;}

/* set font elements */
.ft__size__14 {font-size: 14px;}
.ft__size__15 {font-size: 15px;}
.ft__size__16 {font-size: 16px;}
.ft__size__17 {font-size: 17px;}
.ft__size__18 {font-size: 18px;}
.ft__size__19 {font-size: 19px;}
.ft__size__20 {font-size: 20px;}

.ft__weight__bold {font-weight: 700!important;}
.ft__weight__semibold {font-weight: 600!important;}
.ft__weight__mid {font-weight: 500!important;}
.ft__weight__reg {font-weight: 400!important;}
.ft__weight__lt {font-weight: 300!important;}


/* set font colors */
.ft__color__white {color: #fff!important;}
.ft__color__blue {color: #0168b7!important;}
.ft__color__navy {color: #283891!important;}
.ft__color__red {color: #d34141!important;}


/* set background colors */
.bg__color__gray { background-color: #f1f1f1; }
.bg__gradient__blue {background: linear-gradient(to right, #47a2be, #3771a9);}


/* set elements */
.hamburger {display: flex; width: 40px; height: 30px; flex-direction: column; align-items: center; justify-content: center;}
.hamburger .bar {display: block; width: 100%; height: 2px; background-color: #fff;}
.hamburger .bar:nth-child(2) {margin: auto 0;}
.hidden {position: absolute!important;font-size: 0px!important;text-indent: -9999px!important;color:transparent!important;}
.pc-br {display:block;}
.t-br, .m-br {display:none;}
.banner {background: no-repeat center / cover;}
ul.bullet > li {position: relative;padding: 0 0 5px 14px;text-align: left;font-size: 18px;font-weight:300;line-height: 130%;letter-spacing: -0.5px;}
ul.bullet > li:last-child {padding-bottom: 0!important;}
ul.bullet > li:before {display: block;content: "";width: 4px;height: 4px;border-radius: 100%;background-color: #5faf3f;position: absolute;top: 8px;left: 0;}
ul.bullet.big > li {padding-left: 25px;}
ul.bullet.big > li:before {width: 10px; height: 10px;}
ul.bullet.tiny > li:before { width: 2px; height: 2px; top: 10px; }
ul.bullet.circled > li { padding-left: 26px; }
ul.bullet.circled > li:before { width: 13px; height: 13px; background: url(../images/common/ico/list_bullet01.png) no-repeat center / cover; top: 5px; }
ul.bullet.gray > li:before {background-color: #ccc;}
hr { margin: 90px 0; border: 1px solid #283891;}
.hr {display: block; margin: 120px 0; width: 100%; height: 1px; background-color: #283891;}
.hr.dashed {height: 0; background-color: transparent; border-bottom: 1px dashed #283891;}
.align__center { text-align: center; }
.align__right { text-align: right;}
.video-box {position: relative; overflow: hidden; width: 100%; height: 0; padding-bottom: 56.25%;}
.video-box iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}


/* Buttons */
.button__download01 {display: flex; border: 1px solid #ccc; height: 40px;}
.button__download01 .ico {display: flex; align-items: center; justify-content: center; width: 43px; border-right: 1px solid #ccc; background: url(../images/common/ico/download02.png) no-repeat center;}
.button__download01 .txt {display: flex; align-items: center; justify-content: center; width: 170px; color: #898989; font-size: 13px; text-align: center; font-weight: 300;}
.button__download01:hover {border-color: #3478c1;}
.button__download01:hover .ico {border-color: #3478c1; background-image: url(../images/common/ico/download02_on.png);}
.button__download01:hover .txt {color: #3478c1;}


/* Set table */


/* css icons */
.circle {position: relative; display: block; width: 20px; height: 20px; border: 1px solid #000; border-radius: 50%; }
.arrow {display:block;width:10px;height:10px;border-top:2px solid #000;border-right:2px solid #000;}
.arrow.right {transform:rotate(45deg);}
.arrow.left {transform:rotate(-135deg);}
.arrow.up {transform:rotate(-45deg);}
.arrow.down {transform:rotate(135deg);}
.ico.plus {display:block;position:relative;}
.ico.plus:after,
.ico.plus:before {display:block;content:"";background-color:#ccc;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
.ico.plus:after {width: 100%; height: 1px;}
.ico.plus:before {width: 1px; height: 100%;}
.ico.circle { display: flex; justify-content: center; align-items: center;  width: 30px; height: 30px; border-radius: 100%; background-color: #ccc; }
.ico.circle .arrow { border-color: #fff; }



/* Dropdown Menu */
.dropdown {display: flex; flex-direction: column; font-size: 14px; position: relative;}
.dropdown__trigger {display: flex; border: 1px solid #b7b7b7;}
.dropdown__trigger .key {width: 100%; min-width: 140px; height: 30px; padding: 5px 60px 5px 13px; background-color: #fff;}
.dropdown__trigger .ico {flex-shrink: 0; width: 30px; height: 30px; background-color: #283891; display: flex; align-items: center; justify-content: center;}
.dropdown__trigger .ico .arrow {border-color: #fff; margin-top: -5px;}
.dropdown__list {display: none; padding: 5px 0; border: 1px solid #b7b7b7; border-top: none; position: absolute; background-color: #fff; top: 100%; left: 0; width: 100%; box-shadow: 0 0 10px rgba(0,0,0,0.15);}
.dropdown__list > li > a {display: block; padding: 5px 5px 5px 13px;}
.dropdown__list > li > a:hover {color: #3478c1;}
.dropdown.active .dropdown__trigger .ico .arrow {transform: rotate( -45deg); margin-top: 5px;}
.dropdown.active .dropdown__list {display: block;}



/* Tab Contents */
.tab__contents {display: none;}
.tab__contents.active {display: block;}



/* layouts */
.floatbox:after {display:block;content:"";clear:both;}
.floatbox > .float__item {float: left;}
.flexbox,
.flex__col__4,
.flex__col__2,
.flex__col__3 { display: flex; flex-wrap: wrap; }
.flex__col__4 .flex__item { width: 24.25%; margin-right: 1%; margin-bottom: 30px; }
.flex__col__3 .flex__item { width: 32.66666666666667%; margin-right: 1%; margin-bottom: 30px; }
.flex__col__2 .flex__item { width: 49.5%; margin-right: 1%; margin-bottom: 30px; }
.flex__col__2 .flex__item:nth-child(2n) { margin-right: 0!important; }


@media screen and (min-width: 1200px) {
    .flex__col__4 .flex__item:nth-child(4n),
    .flex__col__3 .flex__item:nth-child(3n) { margin-right: 0; }
}

@media screen and (max-width: 1199px) {
    .flex__col__4 .flex__item,
    .flex__col__3 .flex__item { width: 49.5%; margin-right: 1%; }
    .flex__col__4 .flex__item:nth-child(2n),
    .flex__col__3 .flex__item:nth-child(2n) { margin-right: 0; }
}

@media screen and (max-width: 599px) {
    .flex__col__4 .flex__item,
    .flex__col__3 .flex__item,
    .flex__col__2 .flex__item { width: 100%!important; margin-right: 0!important; }
}


/* line clamps */
.line-clamp-2, .line-clamp-3, .line-clamp-4 {display:-webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.line-clamp-2 {-webkit-line-clamp: 2;}
.line-clamp-3 {-webkit-line-clamp: 3;}
.line-clamp-4 {-webkit-line-clamp: 4;}


/* Modal */
.modal {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999999; align-items: center; justify-content: center; display: none;}
.modal.active {display: flex;}
.modal__dim {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); backdrop-filter: blur(5px);}
.modal__inner {position: relative; z-index: 10; padding: 50px; padding-bottom: 0; background-color: #fff; width: calc(100% - 40px); max-width: 1024px; height: auto; max-height: 90%; display: flex; flex-direction: column;}
.modal__bot {padding: 25px 0;}
.modal_close {display: flex; align-items: center; justify-content: center; padding: 5px 10px; background-color: #283891; color: #fff; font-size: 20px; font-weight: 500;}
.modal__sbj {padding: 0 0 40px 0;}
.modal__sbj h3 {display: flex; align-items: center; justify-content: center; color: #283891; font-size: 33px; font-weight: 500; text-align: center; margin-bottom: 30px;}
.modal__sbj h3 img {margin-right: 10px;}
.modal .overflow_inner {overflow-y: auto;}

@media screen and (max-width: 1023px) {
    .modal__inner {padding: 40px 20px 0 20px;}
    .modal__sbj {padding: 0 0 20px 0;}
    .modal__sbj h3 {font-size: 24px;}
    .modal__sbj h3 img {width: 40px;}
    .modal_close {font-size: 18px; padding: 10px;}
}


/* Tablet */
@media screen and (max-width: 1199px) {
    
    @media screen and (min-width: 768px) {
        /* set container */
        .container__narrow,
        .container {max-width: 720px;}
    }
    
    /* set elements */
    .t-br {display:block;}
    .pc-br, .m-br {display:none;}
    
    ul.bullet > li { font-size: 16px; }
    .hr {margin: 80px 0;}
}


/*Mobile*/
.mobile {display:none}
@media screen and (max-width: 1199px) {
    .mobile {display: block;}
}
@media screen and (max-width: 767px) {
    .m-br {display:block;}
    .pc-br, .t-br {display:none;}
}



