@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;700;900&display=swap'); @import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css'); @font-face {

    font-family: 'NewYork';
    src: url('../font/NewYork.otf') format('truetype');
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

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,small,strike,strong,sub,sup,tt,var,b,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%;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    color: #222526;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0;
}

ul,ol,li {
    list-style: none
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

fieldset,img {
    border: 0
}

hr {
    height: 0;
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

address,caption,em,var {
    font-style: normal;
    font-weight: normal
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #222526;
}

a[href^="tel"] {
    font-style: normal
}

a:hover,a:active,a:focus {
    text-decoration: none;
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

img {
    border: 0;
    vertical-align: top;
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,th {
    padding: 0;
}

legend, caption {
    overflow: hidden;
    text-indent: -9999999px;
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    margin: 0;
    padding: 0;
}

input {
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

input[type="text"],input[type="password"],input[type="email"] {
    -webkit-appearance: none;
    border-radius: 0;
    font-family: 'Dotum';
}

input:checked[type="checkbox"] {
    -webkit-appearance: checkbox
}

button,input[type="button"],input[type="submit"],input[type="reset"],input[type="file"] {
    border-radius: 0;
    -webkit-appearance: button;
    font-family: 'Dotum';
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

button,select {
    text-transform: none
}

optgroup {
    font-weight: bold
}

textarea {
    border: 1px solid #bcbcbc;
    overflow: auto;
    -webkit-appearance: none
}

input::-ms-clear {
    display: none;
}

.fl_l {
    float: left !important;
}

.fl_r {
    float: right !important;
}

.cl_b {
    clear: both !important;
}

.fl_txt {
    text-align: left !important;
}

.disN {
    display: none;
}

.disN2 {
    display: none !important;
}

.disB {
    display: block;
}

.disB2 {
    display: block !important;
}

.txC {
    text-align: center;
}

.W_Auto {
    width: auto;
}

.rel {
    position: relative;
}

* {
    outline: none;
    box-sizing: border-box;
}

.visiH {
    visibility: hidden;
}

body,html {
    margin: 0 auto !important;
}

#header {
    margin: 0 auto;
}

.blur_col {color:#006a8e; font-weight: 600;}

.leftpop {
    position: absolute;
    top: 25%;
    left: 0;
    width: auto;
    box-sizing: border-box;
    z-index: 1;
    transform: translateX(-100%);
    transition: 0.75s linear all;
}

.leftpop.active {
    transform: translateX(0);
}

.leftpop .flexwrap {
    display: flex;
}

.leftpop .btn_leftpop {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: -60px;
    top: 0;
}

.leftpop .btn_leftpop {
    width: 60px;
    height: 187px;
    background: url(../images/btn_popup_open.png) center center / cover no-repeat;
}

.leftpop.active .btn_leftpop {
    background: url(../images/btn_popup_close.png) center center / cover no-repeat;
}

@media(max-width: 1080px) {
    .leftpop {
        display: none;
    }
}

.popup_wrap2 {
    display: none;
    position: absolute;
    top: 140px;
    left: 11%;
    width: auto;
    box-sizing: border-box;
    z-index: 90;
    /* box-shadow: 0 3px 9px rgb(0 0 0 / 50%); */
}

.popup_wrap2.v1 {
}

/* .popup_wrap2.v2{left:auto;right:90px;top:150px;width:245px;} */
.popup_wrap2 ul {
	border: 3px solid #fff;
    width: 100%;
    height: 448px;
	display: flex;
}
.popup_wrap2 ul li {
    float: left;
	border: 1px solid #fff;
	width: 330px;
}

.popup_wrap2.wd320I ul li img {
    width: 320px !important;
}

.popup_wrap2.wd100I ul li img {
    width: 100% !important;
}

.popup_wrap2 ul li:last-child {
    margin-right: 0
}
.popup_wrap2 ul li img {width:100%;}

.popup_wrap2 .bt {
    width: 100%;
    margin-bottom: 0;
    /* padding: 15px; */
    /* background: #fafafa; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup_wrap2 .bt a {
    display: block;
    color: #222526
}

.popup_wrap2 .bt #check {
    color: #7e7e7e;
    font-size: 15px;
    position: relative;
    font-weight: 300;
    letter-spacing: -1px;
}

.popup_wrap2 .bt #check input {
    margin: 0 3px 0 0;
}

.popup_wrap2 .bt #check label {
    cursor: pointer;
    padding-left: 31px;
}

.popup_wrap2 .bt .btn-close {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    letter-spacing: -1px;
    transition: 0.75s all;
    width: 130px;
    padding: 3px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border-radius: 0 0 16px 16px;
}

.popup_wrap2 .bt .btn-close:hover {
    color: #002d43;
}

.popup_wrap2 .bt .btn-close span {
    vertical-align: -2px;
    font-size: 23px;
    font-family: 'Square400';
    color: #656565;
}

.popup_wrap2 input[type="checkbox"] {
    display: none;
}

.popup_wrap2 input[type="checkbox"] + label:before {
    content: "";
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../images/popup_checkbox.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.popup_wrap2 input[type="checkbox"]:checked + label:before {
    background-position: -22px 0;
}
@media(max-width:1850px){
	.popup_wrap2{z-index:101;}
	.popup_wrap2 ul {
		height: 438px;
	}
	.popup_wrap2 li img{
		width:320px;
	}
}
@media(max-width:1600px){

	.popup_wrap2 li img{
		width:255px;
	}
	.popup_wrap2 ul {
		height: 350px;
	}
}
@media(max-width:1330px){
	.popup_wrap2 li img{
		width:220px;
	}
	 .popup_wrap2 ul {
        height: 303px;
    }
}

@media(max-width:1080px){
.popup_wrap2 {display:none;}
.popup_wrap2 ul {
        display:none;
    }
}

.layer_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: translateX(-50%);
    box-sizing: border-box;
    z-index: 1000;
}

.layer_popup .underlayer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.popup_wrap3 {
    position: relative;
    width: auto;
    padding-top: 7.5%;
    box-sizing: border-box;
    z-index: 1000;
}

.popup_wrap3_layer {
    width: 70%;
    margin: 0 auto;
}

.popup_wrap3 ul li {
}

.popup_wrap3 ul li img {
}

.popup_wrap3 ul li:last-child {
    margin-right: 0
}

.popup_wrap3 .bt {
    width: 100%;
    margin-bottom: 0;
    padding: 15px;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup_wrap3 .bt a {
    display: block;
    color: #222526
}

.popup_wrap3 .bt #check {
    color: #fff;
    font-size: 15px;
    position: relative;
    font-weight: 300;
    letter-spacing: -1px;
}

.popup_wrap3 .bt #check input {
    margin: 0 3px 0 0;
}

.popup_wrap3 .bt #check label {
    cursor: pointer;
    padding-left: 31px;
}

.popup_wrap3 .bt .btn-close {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    letter-spacing: -1px;
    transition: 0.75s all;
}

.popup_wrap3 .bt .btn-close:hover {
    color: #002d43;
}

.popup_wrap3 .bt .btn-close span {
    vertical-align: -2px;
    font-size: 17px;
}

.popup_wrap3 input[type="checkbox"] {
    display: none;
}

.popup_wrap3 input[type="checkbox"] + label:before {
    content: "";
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../images/popup_checkbox.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.popup_wrap3 input[type="checkbox"]:checked + label:before {
    background-position: -22px 0;
}

@media (max-width: 1024px) {
    .popup_wrap3 {
        width:100%;
        padding-top: 150px
    }

    .popup_wrap3 ul li img {
        width: 80%
    }

    .popup_wrap3 .bt .btn-close {
        font-size: 20px;
    }

    .popup_wrap3 .bt .btn-close span {
        font-size: 20px;
    }
}

/* #popup9 {display:none;position:absolute;top:105px;left:50%; width:400px; margin-left:-40%; z-index:88}
#popup9 .fade{width:100%}
#popup9 .fade .popup_img {width:100%}
#popup9 .bt {clear:both; width:100%; padding:13px 0 22px 0; background:#222526}
#popup9 .bt a {display:block; padding-top:5px; color:#222526}
#popup9 .bt #check {float:left; margin-top:-7px; margin-left:10px; font-family:"NotoSans"; color:#fff; font-size:12px;}
#popup9 .bt #check input {margin:0 3px 0 0;}
#popup9 .bt #check label {cursor:pointer}
#popup9 .bt .btn-close {float:right; margin-top:-15px; margin-right:10px; font-family:"NotoSansM"; color:#fff; font-size:12px;}
#popup9 .bt .btn-close span {vertical-align:-2px; font-size:17px;}
#popup9 .slick-next, #popup9 .slick-prev{top:25%;width: 35px;height: 35px;background-size: cover;}
#popup9 .slick-next{background-image: url("/teaser/images/main_right_m.png");right:2%;}
#popup9 .slick-prev{background-image: url("/teaser/images/main_left_m.png");left:2%;}
@media (max-width:1081px){
	#popup9 {display:none;position:absolute;top:105px;left:50%; width:80%; margin-left:-40%; z-index:88}
#popup9 img {width:100%}
} */
#popup10 {
    display: none;
    position: absolute;
    top: 135px;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    z-index: 89
}

#popup10 img {
    width: 100%;
}

#popup10 .fade {
    width: 100%;
    border: 3px solid #fff;
    background: #fff;
}

#popup10 .fade .popup_img {
    width: 100%
}

#popup10 .bt {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#popup10  .bt .btn-close {
        font-size: 15px;
    color: #000;
    font-weight: 400;
    letter-spacing: -1px;
    transition: 0.75s all;
    width: 130px;
    padding: 3px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border-radius: 0 0 16px 16px;
}

#popup10 .bt .btn-close:hover {
    color: #002d43;
}

#popup10 .bt .btn-close span {
    vertical-align: -2px;
    font-size: 23px;
    font-family: 'Square400';
    color: #656565;
}

@media (max-width: 500px) {
    .popup_wrap {
        top:13%;
        left: 50%;
        width: 60%;
        margin-left: -30%;
    }

    .popup_wrap ul li {
        width: 100%;
        margin-right: 0
    }

    .popup_wrap ul li img {
        width: 100%;
    }
}

#popup11 {
    display: none;
    position: absolute;
    top: 135px;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    z-index: 88
}

#popup11 img {
    width: 100%;
}

#popup11 .fade {
    width: 100%
}

#popup11 .fade .popup_img {
    width: 100%
}

#popup11 .bt {
    width: 100%;
    margin-bottom: 0;
    padding: 15px;
    background: #fafafa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#popup11 .bt a {
    display: block;
    line-height: 100%;
    color: #222526
}

#popup11 .bt #check {
    color: #7e7e7e;
    font-size: 15px;
    position: relative;
    font-weight: 300;
    letter-spacing: -1px;
}

#popup11 .bt #check input {
    margin: 0 3px 0 0;
}

#popup11 .bt #check label {
    cursor: pointer;
    padding-left: 31px;
}

#popup11 .bt .btn-close {
    font-size: 15px;
    color: #7e7e7e;
    font-weight: 300;
    letter-spacing: -1px;
}

#popup11 .bt .btn-close span {
    vertical-align: -2px;
    font-size: 17px;
}

#popup11 input[type="checkbox"] {
    display: none;
}

#popup11 input[type="checkbox"] + label:before {
    content: "";
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../images/popup_checkbox.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

#popup11 input[type="checkbox"]:checked + label:before {
    background-position: -22px 0;
}

#popup11 .slick-next, #popup11 .slick-prev {
    top: 15%;
    width: 35px;
    height: 35px;
    background-size: cover;
}

#popup11 .slick-next {
    background-image: url("../images/main_right_m.png?v=<%=genTimeStamp%>");
}

#popup11 .slick-prev {
    background-image: url("../images/main_left_m.png?v=<%=genTimeStamp%>");
}

@media (max-width: 500px) {
    .popup_wrap {
        top:13%;
        left: 50%;
        width: 60%;
        margin-left: -30%;
    }

    .popup_wrap ul li {
        width: 100%;
        margin-right: 0
    }

    .popup_wrap ul li img {
        width: 100%;
    }
}

#popup12 {
    display: none;
    position: absolute;
    top: 135px;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    z-index: 87
}

#popup12 img {
    width: 100%;
}

#popup12 .fade {
    width: 100%
}

#popup12 .fade .popup_img {
    width: 100%
}

#popup12 .bt {
    width: 100%;
    margin-bottom: 0;
    padding: 15px;
    background: #fafafa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#popup12 .bt a {
    display: block;
    line-height: 100%;
    color: #222526
}

#popup12 .bt #check {
    color: #7e7e7e;
    font-size: 15px;
    position: relative;
    font-weight: 300;
    letter-spacing: -1px;
}

#popup12 .bt #check input {
    margin: 0 3px 0 0;
}

#popup12 .bt #check label {
    cursor: pointer;
    padding-left: 31px;
}

#popup12 .bt .btn-close {
    font-size: 15px;
    color: #7e7e7e;
    font-weight: 300;
    letter-spacing: -1px;
}

#popup12 .bt .btn-close span {
    vertical-align: -2px;
    font-size: 17px;
}

#popup12 input[type="checkbox"] {
    display: none;
}

#popup12 input[type="checkbox"] + label:before {
    content: "";
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../images/popup_checkbox.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

#popup12 input[type="checkbox"]:checked + label:before {
    background-position: -22px 0;
}

#popup12 .slick-next, #popup10 .slick-prev {
    top: 24%;
    width: 35px;
    height: 35px;
    background-size: cover;
}

/* #popup12 .slick-next {
    background-image: url("../images/main_right_m.png?v=<%=genTimeStamp%>");
} */

#popup10 .slick-next{
	top: 24%;
    width: 35px;
    height: 35px;
    background-size: cover;
}

#popup12 .slick-prev {
    background-image: url("../images/main_left_m.png?v=<%=genTimeStamp%>");
}

#popup13 {
    display: none;
    position: absolute;
    top: 135px;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    z-index: 86
}

#popup13 img {
    width: 100%;
}

#popup13 .fade {
    width: 100%
}

#popup13 .fade .popup_img {
    width: 100%
}

#popup13 .bt {
    width: 100%;
    margin-bottom: 0;
    padding: 15px;
    background: #fafafa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#popup13 .bt a {
    display: block;
    line-height: 100%;
    color: #222526
}

#popup13 .bt #check {
    color: #7e7e7e;
    font-size: 15px;
    position: relative;
    font-weight: 300;
    letter-spacing: -1px;
}

#popup13 .bt #check input {
    margin: 0 3px 0 0;
}

#popup13 .bt #check label {
    cursor: pointer;
    padding-left: 31px;
}

#popup13 .bt .btn-close {
    font-size: 15px;
    color: #7e7e7e;
    font-weight: 300;
    letter-spacing: -1px;
}

#popup13 .bt .btn-close span {
    vertical-align: -2px;
    font-size: 17px;
}

#popup13 input[type="checkbox"] {
    display: none;
}

#popup13 input[type="checkbox"] + label:before {
    content: "";
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../images/popup_checkbox.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

#popup13 input[type="checkbox"]:checked + label:before {
    background-position: -22px 0;
}

#popup13 .slick-next, #popup13 .slick-prev {
    top: 15%;
    width: 35px;
    height: 35px;
    background-size: cover;
}

#popup13 .slick-next {
    background-image: url("../images/main_right_m.png?v=<%=genTimeStamp%>");
}

#popup13 .slick-prev {
    background-image: url("../images/main_left_m.png?v=<%=genTimeStamp%>");
}

#popup14 {
    display: none;
    position: absolute;
    top: 135px;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    z-index: 87
}

#popup14 img {
    width: 100%;
}

#popup14 .fade {
    width: 100%
}

#popup14 .fade .popup_img {
    width: 100%
}

#popup14 .bt {
    width: 100%;
    margin-bottom: 0;
    padding: 15px;
    background: #fafafa;
    display: flex;
    justify-content: end;
    align-items: center;
}

#popup14 .bt a {
    display: block;
    line-height: 100%;
    color: #222526
}

#popup14 .bt #check {
    color: #7e7e7e;
    font-size: 15px;
    position: relative;
    font-weight: 300;
    letter-spacing: -1px;
}

#popup14 .bt #check input {
    margin: 0 3px 0 0;
}

#popup14 .bt #check label {
    cursor: pointer;
    padding-left: 31px;
}

#popup14 .bt .btn-close {
    font-size: 15px;
    color: #7e7e7e;
    font-weight: 300;
    letter-spacing: -1px;
}

#popup14 .bt .btn-close span {
    vertical-align: -2px;
    font-size: 17px;
}

#popup14 input[type="checkbox"] {
    display: none;
}

#popup14 input[type="checkbox"] + label:before {
    content: "";
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../images/popup_checkbox.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

#popup14 input[type="checkbox"]:checked + label:before {
    background-position: -22px 0;
}

#popup14 .slick-next, #popup14 .slick-prev {
    top: 15%;
    width: 35px;
    height: 35px;
    background-size: cover;
}

#popup14 .slick-next {
    background-image: url("../images/main_right_m.png?v=<%=genTimeStamp%>");
}

#popup14 .slick-prev {
    background-image: url("../images/main_left_m.png?v=<%=genTimeStamp%>");
}

.mobile_popstyle {
    display: none;
    position: absolute;
    top: 105px;
    left: 0;
    width: 100%;
    z-index: 88
}

.mobile_popstyle img {
    width: 100%;
}

.mobile_popstyle .mobile_pop_content {
    width: 70%;
    margin: 0 auto;
}

.mobile_popstyle .fade .popup_img {
    width: 100%
}

.mobile_popstyle .bt {
    width: 70%;
    margin-bottom: 0;
    padding: 15px;
    background: #fafafa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.mobile_popstyle .bt a {
    display: block;
    line-height: 100%;
    color: #222526
}

.mobile_popstyle .bt #check {
    color: #7e7e7e;
    font-size: 15px;
    position: relative;
    font-weight: 300;
    letter-spacing: -1px;
}

.mobile_popstyle .bt #check input {
    margin: 0 3px 0 0;
}

.mobile_popstyle .bt #check label {
    cursor: pointer;
    padding-left: 31px;
}

.mobile_popstyle .bt .btn-close {
    font-size: 15px;
    color: #7e7e7e;
    font-weight: 300;
    letter-spacing: -1px;
}

.mobile_popstyle .bt .btn-close span {
    vertical-align: -2px;
    font-size: 17px;
}

.mobile_popstyle input[type="checkbox"] {
    display: none;
}

.mobile_popstyle input[type="checkbox"] + label:before {
    content: "";
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(/teaser/images/popup_checkbox.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.mobile_popstyle input[type="checkbox"]:checked + label:before {
    background-position: -22px 0;
}

.mobile_popstyle .slick-next, .mobile_popstyle .slick-prev {
    top: 15%;
    width: 35px;
    height: 35px;
    background-size: cover;
}

.mobile_popstyle .slick-next {
    background-image: url("/teaser/images/main_right_m.png?v=<%=genTimeStamp%>");
}

.mobile_popstyle .slick-prev {
    background-image: url("/teaser/images/main_left_m.png?v=<%=genTimeStamp%>");
}

@media (max-width: 500px) {
    .popup_wrap {
        top:13%;
        left: 50%;
        width: 60%;
        margin-left: -30%;
    }

    .popup_wrap ul li {
        width: 100%;
        margin-right: 0
    }

    .popup_wrap ul li img {
        width: 100%;
    }
}

.subWrap.subWrap2 {
    background: none;
}

.subWrap.subWrap2 .inner {
    background: none;
}

.subWrap.subWrap2 .container {
    background: none;
}

.subWrap.subWrap2 {
    position: relative;
}

.subWrap .info{
	background: #f7f7f7;
    padding: 20px;
	margin-top:20px;
}
.subWrap .info .info_con{
	font-size: 14px;
    color: #666;
    letter-spacing: -1px;
	margin-bottom:5px;
}
.subWrap .info .info_con:nth-last-child(1){
	margin-bottom:0;
}

@media(max-width:640px){
	.subWrap .info{
		padding:20px 10px;
		text-align:left;
	}
	.subWrap .info .info_con{
		font-size:12px;
	}
}

.community_bg {
    width: 100%;
    height: 500px;
    background: #0c101e;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 1100px) {
    .community_bg {
        height: 200px;
    }
}
.mainWrap {
    width: 100%;
}


/* paging_area */
.paging_area {
    position: absolute;
    left: 50%;
    top: 75%;
    z-index: 10;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.paging_area a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    line-height: 30px;
    text-align: center;
}

.paging_area a span {
    font: 0/0 all;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 5px;
}

.paging_area a.active span {
    background-color: #fff;
}

/* menu_wrap */
.menu_wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 30;
    width: 100%;
    max-width: 1065px;
}

.menu_wrap ul {
    overflow: hidden;
    width: 100%;
}

.menu_wrap li {
    float: left;
    width: calc(100% / 3);
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
}

.menu_wrap li:first-child {
    border-left: none;
}

.menu_wrap .menu_top li {
    height: 60px;
    font-size: 18px;
    color: #000;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.menu_wrap .menu_bottom {
    position: absolute;
    left: 0;
    bottom: -250px;
}

.menu_wrap .menu_bottom li {
    position: relative;
    height: 250px;
    padding: 50px 0 50px 50px;
}

.menu_wrap .menu_bottom li a {
    display: block;
}

.menu_wrap .menu_bottom li dt {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    letter-spacing: -.025em;
}

.menu_wrap .menu_bottom li dt:after {
    position: absolute;
    right: -15px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    content: "";
}

.menu_wrap .menu_bottom li dd {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #888;
    letter-spacing: -.05em;
}

.menu_wrap .menu_bottom .icon {
    position: absolute;
    bottom: 0;
    opacity: 0;
}

.menu_wrap .menu_bottom li:nth-child(1) .icon {
    right: 50px;
    width: 51px;
    height: 67px;
}

.menu_wrap .menu_bottom li:nth-child(2) .icon {
    right: 50px;
    width: 67px;
    height: 65px;
}

.menu_wrap .menu_bottom li:nth-child(3) .icon {
    right: 55px;
    width: 85px;
    height: 60px;
}

.menu_wrap.active .menu_bottom li .icon {
    opacity: 1;
    transition: bottom .3s, opacity .3s ease-in-out;
}

.menu_wrap.active .menu_bottom li:nth-child(1) .icon {
    bottom: 30px;
    transition-delay: .4s;
}

.menu_wrap.active .menu_bottom li:nth-child(2) .icon {
    bottom: 35px;
    transition-delay: .6s;
}

.menu_wrap.active .menu_bottom li:nth-child(3) .icon {
    bottom: 40px;
    transition-delay: .8s;
}

/* link_wrap */
.link_wrap {
    position: absolute;
    left: 50%;
    bottom: 23px;
    z-index: 20;
    width: 100%;
    max-width: 1400px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: right;
}

.link_wrap ul {
    overflow: hidden;
    display: inline-block;
}

.link_wrap li {
    float: left;
    padding: 0 20px;
    border-left: 1px solid #eaeaea;
}

.link_wrap li:first-child {
    padding-left: 0;
    border-left: none;
}

.link_wrap li:last-child {
    padding-right: 0;
}

.link_wrap li a {
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #eaeaea;
}

.quick_menu {
    display: none;
}

@media (max-width: 1480px) {
    .menu_wrap {
        max-width: 940px;
    }

    .menu_wrap .menu_bottom li {
        padding: 50px 0 50px 30px;
    }

    .link_wrap {
        padding: 0 20px;
    }
}

@media (max-width: 1300px) {
    .menu_wrap {
        max-width: 900px;
    }

    .link_wrap {
        padding: 0 10px;
    }
}

#pageNavi {
}

#pageNavi button {
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 11px;
    border: none;
    font: 0/0 all;
}

#pageNavi button.prev {
    left: 30px;
    background: url(/teaser/images/main_left.png?v=<%=genTimeStamp%>) 0 0 no-repeat;
    border: none;
    width: 54px;
    height: 107px;
}

#pageNavi button.next {
    right: 130px;
    background: url(/teaser/images/main_right.png?v=<%=genTimeStamp%>) 0 0 no-repeat;
    border: none;
    width: 54px;
    height: 107px;
}

#videoWrap .ico_open {
    position: absolute;
    right: 70px;
    top: 70px;
    z-index: 100;
}

.Ibar {
    position: absolute;
    width: 100px;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(1,1,1,0.6);
    z-index: 98;
}

.Ibar ul {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.Ibar ul li {
    ;display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.Ibar ul li.top {
    flex-basis: 40%;
    background-color: rgba(163, 144, 120, 0.67);
    -ms-flex: 0 0 30%;
}

.Ibar ul li.top a {
    cursor: inherit;
}

.Ibar ul li.middle {
    flex-basis: 40%;
    justify-content: flex-start;
    margin-top: 30px;
    -ms-flex: 0 0 50%;
}

.Ibar ul li.middle a {
    margin-bottom: 7px;
    background: transparent;
    transition: 0.65s all;
}

.Ibar ul li.middle a:hover {
    background-color: rgba(255,255,255,0.2);
}

.Ibar ul li.middle a:last-child {
}

.Ibar ul li.bottom {
    flex-basis: 20%;
    -ms-flex: 0 0 20%;
}

.Ibar ul li.bottom a {
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 50%;
    transition: 0.65s all;
}

.Ibar ul li.bottom a:hover {
    background-color: rgba(255,255,255,0.2);
    border-radius: 0;
}

/* .Ibar ul li a:before{content:"";display:block;border:1px solid #fff; width:100%; position:absolute;} */
.c_bar {
    position: absolute;
    top: 65% ;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10
}

.c_bar li {
    display: inline-block;
    width: 260px;
    text-align: center;
    border: 1px solid #666;
    background-color: rgba(0,0,0,0.4);
}

.c_bar li:first-child {
    margin-right: 8px
}

.c_bar a {
    position: relative;
    display: block;
    padding: 8px 0 8px 0;
    font-family: 'Pretendard';
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    transition: 0.65s all;
}

.c_bar a:before {
    content: '';
    position: absolute;
    top: 44%;
    right: 10%;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c_bar a:hover {
    background-color: rgba(255,255,255,0.3);
}

/* .Ibar ul li a:before{content:"";display:block;border:1px solid #fff; width:100%; position:absolute;} */
.top_Area {
    clear: both;
    width: 100%;
    height: 100%;
    margin-bottom: 150px;
    background: url("/teaser/images/bg_premium2.jpg?v=<%=genTimeStamp%>") center 459px no-repeat;
    background-size: auto auto;
    box-sizing: border-box;
}

.premium_back {
    clear: both;
    box-sizing: border-box;
}

.premium_back:after {
    display: block;
    clear: both;
    content: "";
}

.premium_back .inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding-top: 150px
}

.premium_back h3 {
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
}

.premium_back .inner li {
    float: left;
    margin-right: 20px;
}

.premium_back .inner li:last-child {
    margin-right: 0
}

.type_wrap {
    clear: both;
    width: 100%;
    margin-top: 150px;
    box-sizing: border-box;
}

.type_wrap .inner {
    width: 1100px;
    height: 257px;
    margin: 0 auto
}

.type_sec {
    clear: both;
    position: relative;
}

.type_sec .type_tit {
    clear: both;
    margin: 0 0 30px 0;
    text-align: center
}

.type_sec .type_tit:after {
    display: block;
    clear: both;
    content: "";
}

.type_sec .type_tit ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.type_sec .type_tit ul .slick_left {
    float: left;
    margin-top: -10px
}

.type_sec .type_tit ul .slick_right {
    float: right;
    margin-top: -10px
}

.type_sec .slide_con {
    clear: both;
    max-width: 1100px;
    width: 100%;
    background: #000
}

.type_sec .slide_con li {
    float: left;
    width: 33.3333333333%;
    margin: 0 auto;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    background: #fff
}

.type_sec .slide_con li img {
    width: 65%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px
}

.type_sec .slide_con li .txt {
    padding: 10px 0 10px 0;
    text-align: center;
    background: #006991
}

.type_sec .slide_con li .txt p {
    font-size: 40px;
    line-height: 40px;
    font-family: "NotoSans",'malgun gothic','dotum';
    color: #fff;
}

.type_sec .slide_con li .txt span {
    font-size: 18px;
    font-family: "NotoSans",'malgun gothic','dotum';
    color: #fff;
}

.type_wrap .btn_wrap {
    clear: both;
    margin-top: 15px;
}

.type_wrap .btn_wrap .btn {
    position: relative;
    float: left;
    width: 49%;
    margin: 10px 0 0 0;
    padding: 15px 0 15px 0;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: -0.04rem;
    color: #fff;
    font-family: "NotoSansL",'malgun gothic','dotum';
    background: #222526
}

.type_wrap .btn_wrap .btn:hover {
    color: #066DAB;
}

.type_wrap .btn_wrap .btn .icon {
    position: absolute;
    top: 0;
    right: 0;
}

.type_wrap .btn_wrap .btn:before {
    content: '';
    position: absolute;
    top: 40%;
    right: 5%;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.location_wrap {
    position: relative;
    clear: both;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    padding: 100px 0 0 0;
    background: url("/teaser/images/bg_bt2.jpg?v=<%=genTimeStamp%>") 0 510px repeat-x;
    background-size: 100% 100%;
    box-sizing: border-box;
}

@media (max-width: 1920px) {
    .location_wrap {
        width:100%;
    }
}

.location_wrap:after {
    display: block;
    clear: both;
    content: "";
}

.location_wrap .inner {
    width: 1100px;
    margin: 0 auto;
}

.location_wrap .location_bg {
    float: left;
}

.location_wrap .txt_area {
    float: left;
    margin-left: 5%;
    padding-top: 120px;
    text-align: center;
    box-sizing: border-box;
}

.location_wrap ul li:nth-child(1) {
    position: relative;
    margin-bottom: 50px;
    z-index: 9
}

.location_wrap ul li:nth-child(2) {
    margin-bottom: 20px
}

.location_wrap ul li:nth-child(3) {
    margin-bottom: 50px
}

.location_wrap .bi {
    position: absolute;
    top: 20px;
    right: 0;
}

.location_wrap .bi2 {
    position: absolute;
    bottom: 80px;
    left: 0;
}

.design_wrap {
    clear: both;
    width: 1920px;
    height: 500px;
    margin: 0 auto;
    background: #eee url("/teaser/images/bg_premiumdesign.jpg?v=<%=genTimeStamp%>") right top no-repeat;
}

@media (max-width: 1920px) {
    .design_wrap {
        width:100%;
    }
}

.design_wrap:after {
    display: block;
    clear: both;
    content: "";
}

.design_wrap .inner {
    width: 1100px;
    margin: 0 auto;
}

.design_wrap ul {
    float: left;
    width: 550px;
    height: 500px;
    padding-top: 60px;
    text-align: center;
    background: #eee;
    box-sizing: border-box;
}

.design_wrap ul li:nth-child(1) {
    margin-bottom: 50px
}

.design_wrap ul li:nth-child(4) {
    margin-bottom: 30px
}

.design_wrap ul li {
    margin-bottom: 20px
}

.design_wrap .hr {
    width: 100px;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #ddd
}

.map_warp {
    clear: both;
    width: 100%;
    margin-top: 0;
    padding: 100px 0 350px 0;
    background: url("/teaser/images/bg_map.jpg?v=<%=genTimeStamp%>") center top no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.map_warp .inner {
    width: 1100px;
    margin: 0 auto
}

.map_warp .titArea {
    clear: both;
    margin-bottom: 20px
}

.map_warp .titArea:after {
    display: block;
    clear: both;
    content: "";
}

.map_warp .titArea h3 {
    float: left;
    font-size: 35px;
    font-family: "NotoSansM",'malgun gothic','dotum';
    color: #fff;
    letter-spacing: -0.04rem;
}

.map_warp .btn {
    position: relative;
    float: right;
    margin: 15px 15px 0 0;
    padding: 0 15px 0 0;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: -0.04rem;
    color: #fff;
    font-family: "NotoSansL",'malgun gothic','dotum';
}

.map_warp .btn:hover {
    color: #066DAB;
}

.map_warp .btn .icon {
    position: absolute;
    top: 0;
    right: 0;
}

.map_warp .btn:before {
    content: '';
    position: absolute;
    top: 40%;
    right: 0;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.map_warp ul {
    padding: 15px 0 15px 0;
    background: #006991
}

.map_warp ul:after {
    display: block;
    clear: both;
    content: "";
}

.map_warp li {
    float: left;
    width: 100%;
    text-indent: 15px;
    border-right: 1px solid #ddd;
    font-size: 18px;
    font-family: "NotoSans",'malgun gothic','dotum';
    color: #fff;
    box-sizing: border-box
}

.map_warp li:last-child {
    border-right: 0
}

.map_warp #map {
    height: 400px;
    background: #222526
}

.subVisual {
    overflow: hidden;
    clear: both;
    position: relative;
    width: 100%;
    height: 520px;
    padding-top: 0;
    box-sizing: border-box;
    text-align: center;
    background: #5287c0;
    z-index: 0;
    margin-bottom: 2.5%;
    animation: subVisual 1s 2s forwards;
}

@keyframes subVisual {
    to {
    }
}

.subVisual .inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
}

.subVisual video {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 0;
    background-color: #006e98;
}

.subVisual video:before {
    content: "";
}

.subVisual .underlayer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
    z-index: 0;
}

.seminar_wrap {
    position: relative;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 50px;
    line-height: 1.5;
}

.seminar_wrap .bg_seminar_middle {
    width: 100%;
    padding: 0 0 20px 0;
    background: #fff;
    font-size: 13px;
    font-family: 'Noto Sans KR';
}

.seminar_wrap .bg_seminar_bottom {
    width: 100%;
}

.seminar_wrap .bg_seminar_bottom img {
    width: 100%
}

.seminar_wrap #box_wrap {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2.5%;
    /* color: #111; */
}

.seminar_wrap #box_wrap h3 {
    text-indent: 0;
    color: rgb(102, 102, 102);
    margin-bottom: 15px;
}

.seminar_wrap #box_wrap h3 strong {
    color: #222526;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 700;
}

.seminar_wrap #box_wrap .box_text {
    position: relative;
    padding: 35px 30px;
    overflow: auto;
    margin-bottom: 15px;
    color: #666;
    font-weight: 400;
    border: 1px solid #cbcbcb;
    height: 300px;
}

.seminar_wrap #box_wrap .box_text strong {
    line-height: 120%;
    font-weight: bold;
    color: #222526;
}

.seminar_wrap #box_wrap .box_text strong.mb_5 {
    margin-bottom: 10px;
    display: inline-block;
}

.seminar_wrap #box_wrap .agrre1, .seminar_wrap #box_wrap .agrre2, .seminar_wrap #box_wrap .agrre3 {
    position: relative;
    text-align: center;
    color: rgb(102, 102, 102);
    display: flex;
    justify-content: space-between;
    padding: 2px 0;
}

.seminar_wrap #box_wrap .agrre1 span, .seminar_wrap #box_wrap .agrre2 span, .seminar_wrap #box_wrap .agrre3 span {
    margin-left: 5px;
}

.seminar_wrap #box_wrap .agrre1 label {
    cursor: pointer
}

.seminar_wrap #box_wrap .agrre1 .agrre_ti {
    padding-right: 15px
}

.info_footer {
    color: rgb(102, 102, 102);
    font-size: 13px;
}

.seminar_wrap .tbl_frm01 {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.seminar_wrap .tbl_frm01 h3 {
    margin-top: 15px;
    margin-bottom: 5px;
    color: #222526;
    line-height: 180%;
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 700;
}

.seminar_wrap .tbl_frm01 .bor_t {
    border-top: 2px solid #000;
}

.seminar_wrap .tbl_frm01 th {
    padding: 16px 16px;
    text-align: left;
    vertical-align: middle;
    font-family: 'Pretendard';
    color: #424242;
    font-weight: bold;
    font-size: 13px;
    border-top: 1px solid #cbcbcb;
    border-right: none;
    border-bottom: 1px solid #cbcbcb;
    background: #efeeee;
}

.seminar_wrap .tbl_frm01 td {
    padding: 8px 0 8px 8px;
    color: #222526;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    background: #fff;
}

.seminar_wrap .tbl_frm01 .frm_input {
    float: left;
    box-sizing: border-box;
    min-width: 90px;
    line-height: 25px;
    padding: 2px 0;
    margin: 0 5px 0 0;
    text-indent: 5px;
    color: #424242;
    font-size: 13px;
    border: 1px solid #c8c8c8;
    font-weight: 300;
    height: 34px;
    background: url(../images/wrest.gif) #f7f7f7 top right no-repeat;
    font-family: 'Noto Sans KR';
}

.seminar_wrap .tbl_frm01 .frm_input.address {
    width: 100%
}

.seminar_wrap .tbl_frm01 .frm_input2 {
    width: 70%;
    height: 22px;
    line-height: 22px;
    margin: 0 5px 0 10px;
    text-indent: 5px;
    color: #222526;
    font-size: 13px;
    font-family: "dotum";
    border: none;
    border: 1px solid #666;
    background: #fff
}

.seminar_wrap .tbl_frm01 .frm_input3 {
    width: 70%;
    height: 22px;
    line-height: 22px;
    margin: 0 5px 0 0;
    text-indent: 5px;
    color: #222526;
    font-size: 13px;
    font-family: "dotum";
    border: none;
    border: 1px solid #666;
    background: #fff
}

.seminar_wrap .tbl_frm01 .textarea {
    width: 80%;
    height: 70px;
    line-height: 16px;
    font-size: 12px;
    border: 1px solid #666;
    background: #fff
}

.seminar_wrap .tbl_frm01 .selectbox {
    float: left;
    min-width: 90px;
    margin: 0 5px 0 0;
    padding: 4px 0 4px 0;
    color: #666;
    font-size: 13px;
    border: 1px solid #c8c8c8;
    height: 34px;
    padding-left: 5px;
    vertical-align: top;
}

.seminar_wrap .tbl_frm01 .noti {
    clear: both;
    font-size: 11px;
    color: #222526;
    font-family: dotum;
}

.seminar_wrap .tbl_frm01 ul li {
    clear: both;
    padding: 0 0 5px 0;
}

.seminar_wrap .tbl_frm01 ul li:after {
    display: block;
    clear: both;
    content: ""
}

.seminar_wrap .tbl_frm01 .btn {
    float: left;
    color: #fff;
    letter-spacing: -1px;
    font-family: 'Pretendard';
    cursor: pointer;
    background: #222526;
    box-sizing: border-box;
    padding: 6px 30px;
    height: 34px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -1px;
}

.seminar_wrap .q_wrap {
    width: 100%;
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #222526;
    font-size: 14px;
    font-family: "dotum";
}

.seminar_wrap .a_wrap {
    color: #222526;
    font-size: 14px;
    font-family: "dotum";
    letter-spacing: -1px;
}

.seminar_wrap .a_wrap.photo label {
    display: block;
    float: left;
    width: 150px
}

.seminar_wrap .a_wrap.photo label .img {
    width: 65%
}

.seminar_wrap .a_wrap label {
    margin: 0 5px 0 0;
    cursor: pointer
}

.seminar_wrap .a_wrap label.clear {
    display: block;
    clear: both;
}

.seminar_wrap .a_wrap input {
    margin: 0 3px 0 0;
    vertical-align: -2px
}

.seminar_wrap .a_wrap .tit {
    padding-top: 10px;
    color: #7d7d7d
}

@media (max-width: 1100px) {
    .seminar_wrap #box_wrap .box_text {
        padding: 15px 20px;
    }

    .seminar_wrap .tbl_frm01 .btn {
        padding: 3px 30px;
    }
}

@media (max-width: 500px) {
    .seminar_wrap #box_wrap .agrre1, .seminar_wrap #box_wrap .agrre2, .seminar_wrap #box_wrap .agrre3 {
        text-align: left;
    }

    .seminar_wrap #box_wrap .agrre1 .btn_wrap, .seminar_wrap #box_wrap .agrre2 .btn_wrap, .seminar_wrap #box_wrap .agrre3 .btn_wrap {
        flex: 0 0 35%;
    }

    .seminar_wrap #box_wrap .agrre1 .btn_wrap .btn_radio, .seminar_wrap #box_wrap .agrre2 .btn_wrap .btn_radio, .seminar_wrap #box_wrap .agrre3 .btn_wrap .btn_radio {
        display: inline;
    }
}

#box_wrap .table_box.otherSpace table {
    table-layout: fixed;
    margin: 0 auto;
}

#box_wrap .table_box.otherSpace table tr {
}

#box_wrap .table_box.otherSpace table td {
    padding: 10px 25px;
    line-height: 25px;
    border: 1px solid #dddfe5;
}

#box_wrap .table_box.otherSpace table .table_head {
    background-color: #f8f8f8;
    color: black;
}

#box_wrap .table_box.otherSpace table .table_head a {
}

#box_wrap .table_box.otherSpace table a:hover {
    text-decoration: underline;
}

#box_wrap .table_box.otherSpace table .table_head.top_head {
    background-color: #d5d5d5;
}

#box_wrap .table_box {
    border-top: 1px solid #353541;
    width: 100%;
}

#box_wrap .table_box thead th {
    background-color: #f8f8f8;
}

#box_wrap .table_box table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 2.5%;
}

#box_wrap .table_box th {
    padding: 15px 10px;
    font-weight: 300;
    text-align: center;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    letter-spacing: -1px;
}

#box_wrap .table_box th.border {
    border-right: 1px solid #dddfe5;
    border-top: 1px solid #dddfe5;
}

#box_wrap .table_box td {
    border-top: 1px solid #dddfe5;
    padding: 15px 10px;
}

#box_wrap .table_box tbody {
    border-bottom: 1px solid #dddfe5;
}

#box_wrap .table_box td {
    padding: 15px 10px;
    font-weight: 300;
    text-align: center;
    line-height: 25px;
}

#box_wrap .table_box td.border {
    border-right: 1px solid #dddfe5;
    border-top: 1px solid #dddfe5;
}

#box_wrap .table_box td.bg {
    background-color: #f8f8f8;
}

.agree_table {
    border-top: 2px solid #000;
    text-align: center;
}

.agree_table .agree_table_h {
    background: #F1F1F1;
}

.agree_table .agree_text_con {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.agree_table .agree_text_con.bor_r {
    border-right: 1px solid #ccc;
}

/*submit*/
.seminar_wrap .btn_confirm {
    width: 100%;
    text-align: center
}

.seminar_wrap .btn_confirm .btn_submit {
    width: 230px;
    display: inline-block;
    cursor: pointer;
    padding: 10px 0;
    border: 1px solid #222526;
    background-color: transparent;
    transition: 0.75s all;
    color: #222526;
    font-family: 'Noto Sans KR';
    font-weight: 400;
}

.seminar_wrap .btn_confirm .btn_submit:hover {
    background-color: #002d43;
    color: #fff;
    border-color: #002d43;
}

.btn_submitwrap {
    font-size: 16px;
    color: #002d43;
    display: inline-block;
    position: relative;
    margin-top: 25px;
}

.btn_submitwrap span {
}

.btn_submitwrap:before {
    border-color: #002d43;
    border-left-width: 2px;
    border-top-width: 2px;
    left: -5px;
    top: -5px;
}

.btn_submitwrap:after {
    border-bottom-width: 2px;
    border-color: #002d43;
    border-right-width: 2px;
    bottom: -5px;
    right: -5px;
}

.btn_submitwrap:hover, .btn_submitwrap.hover {
    background-color: #002d43;
    color: #fff;
}

.btn_submitwrap:hover:before, .btn_submitwrap.hover:before, .btn_submitwrap:hover:after, .btn_submitwrap.hover:after {
    height: 100%;
    width: 100%;
}

.btn_submitwrap span:before, .btn_submitwrap span:after {
    border-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 10px;
    position: absolute;
    width: 10px;
}

.btn_submitwrap span:before {
    border-color: #002d43;
    border-right-width: 2px;
    border-top-width: 2px;
    right: -5px;
    top: -5px;
}

.btn_submitwrap span:after {
    border-bottom-width: 2px;
    border-color: #002d43;
    border-left-width: 2px;
    bottom: -5px;
    left: -5px;
}

.btn_submitwrap span:hover, .btn_submitwrap span.hover {
}

.btn_submitwrap:hover span:before, .btn_submitwrap.hover span:before, .btn_submitwrap:hover span:after, .btn_submitwrap.hover span:after {
    height: calc(100% + 7px);
    width: calc(100% + 7px);
}

.container.brand {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    min-height: auto;
}

.container.brand .container {
    min-height: auto;
}

.container.brand .conPD {
    padding: 50px 0;
}

.container.brand .sec0 img {
    width: auto;
}

.container.brand .sec0 .container {
    margin-bottom: 50px;
}

.container.brand .sec1 {
    padding-top: 0;
}

.container.brand .sec1 .container {
    margin: 0 auto;
}

.container.brand .sec2 {
    text-align: center;
}

.container.brand .sec2 img {
    width: auto;
}

.container.brand .container {
    margin: 0 auto;
}

.container.brand .sec3 {
    width: 100%;
    height: 1000px;
    background-repeat: no-repeat;
    background-position: 50% bottom;
    background-size: cover;
    background-attachment: fixed;
}

/*input radio check*/
.cntr {
    margin: auto;
}

.btn_radio {
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    user-select: none;
}

.btn_radio:not(:first-child) {
    margin-left: 10px;
}

@media screen and (max-width: 480px) {
    .btn_radio {
        display: block;
        float: none;
    }

    .btn_radio:not(:first-child) {
        margin-left: 0;
        margin-top: 15px;
    }
}

.btn_radio svg {
    fill: none;
    vertical-align: middle;
}

.btn_radio svg circle {
    stroke-width: 2;
    stroke: #C8CCD4;
}

.btn_radio svg path {
    stroke: #008FFF;
}

.btn_radio svg path.inner {
    stroke-width: 6;
    stroke-dasharray: 19;
    stroke-dashoffset: 19;
}

.btn_radio svg path.outer {
    stroke-width: 2;
    stroke-dasharray: 57;
    stroke-dashoffset: 57;
}

.btn_radio input {
    display: none;
}

.btn_radio input:checked + svg path {
    transition: all 0.4s ease;
}

.btn_radio input:checked + svg path.inner {
    stroke-dashoffset: 38;
    transition-delay: 0.3s;
}

.btn_radio input:checked + svg path.outer {
    stroke-dashoffset: 0;
}

.btn_radio span {
    display: inline-block;
    vertical-align: middle;
}

.alone_title {
    text-align: center;
    padding: 10px 30px;
    display: inline-block;
    margin: 0 auto;
    background-color: #002d43;
    margin-bottom: 30px;
    color: #fff;
}

@media(max-width: 1080px) {
    .alone_title {
        margin:15px auto;
        font-size: 13px;
    }
}

.right_side {
    display: none;
    position: absolute;
    right: 250px;
    top: 590px;
    padding: 20px 0 30px 0;
    background: url("/teaser/images/right_side_bg.png?v=<%=genTimeStamp%>") left center no-repeat;
    background-size: 49px 100%;
    z-index: 0
}

.right_side li {
    width: 133px;
    height: 40px;
    margin-left: 8px;
    margin-bottom: 5px;
    text-align: left;
    background: url("/teaser/images/right_side_menu_bg.png?v=<%=genTimeStamp%>") 0 0 no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.right_side li a:hover {
    color: #100f0f;
    background: url("/teaser/images/right_side_menu_bg_on.png?v=<%=genTimeStamp%>") 0 0 no-repeat;
}

.right_side li a {
    display: block;
    height: 40px;
    padding: 9px 0 0 25px;
    font-size: 13px;
    font-family: "NotoSans",'malgun gothic','dotum';
    color: #fff;
}

.subWrap {
    width: calc(100% - 100px);
}

.subWrap .inner {
    background-color: #fff;
    padding-top: 0;
    margin: 0 auto;
}

.subWrap .inner img {
    max-width: 1100px;
    margin: 0 auto;
}

.subWrap .inner.inner2 {
    max-width: 100%;
}

.container {
    width: 100%;
    box-sizing: border-box;
    max-width: 1100px;
    min-height: 600px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 150px 0;
    background: #fff;
    position: relative;
    z-index: 10;
}

.container._w1100 {
    max-width: 1100px;
}

.container._w1140 {
    max-width: 1140px;
}

.container .inner > .image{
	width: 900px;
	 margin: 0 auto;
}
@media(max-width: 1080px) {
	.container .inner > .image{
		width: 100%;
	}
}
.container .inner img {
    width: 100%;
    height: auto;
}

.container .inner img.W_Auto {
    width: auto;
}

.container.container2 {
    max-width: 100%;
    padding: 0;
}

.container .questionWrap {}
.container .questionWrap .title {
	font-size: 2.25rem;
	margin-bottom: 3%;
}
.container .questionWrap .accordion{
    border-top: 1px solid #000;
}
.container .questionWrap .accordion .accordion_con{
    overflow: hidden;
}
.container .questionWrap .accordion .accordion_con .switch_btn{
	/* font-size: 0; */
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	cursor: pointer;
	padding: 3% 0;
	cursor: pointer;
	background: #fff;
	transition: .3s all;
	 border-bottom: 1px solid #ccc; 
}
.container .questionWrap .accordion .accordion_con .switch_btn:hover {
	background:#f7f7f7;
}
.container .questionWrap .accordion .accordion_con .switch_btn .ico-q{
	
flex: 0 0 8%;
}
.container .questionWrap .accordion .accordion_con .switch_btn .icon {
 flex: 0 0 7%;
}
.container .questionWrap .accordion .accordion_con .switch_btn.on .icon {
	transform: rotate(60deg);
	   
}
.container .questionWrap .accordion .accordion_con .switch_btn.off .icon {
	transform: rotate(0deg); 
}
.container .questionWrap .accordion .accordion_con .accordion-wrap.type02 .switch-btn .ico-q {
	width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 1.5rem;
    color: #ff671d;
}
.container .questionWrap .accordion .accordion_con .switch_btn .txt{
	width: 100%;
	text-align: left;
	vertical-align: middle;
	font-size: 1.25rem;
	padding: 10px 0 ;
    cursor: pointer;
    word-break: keep-all;
}
.container .questionWrap .accordion .accordion_con .switch_btn .ico-up-arrow-large{
	text-align: center;
    background-position: center;
    width: 90px;
    height: 90px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.container .questionWrap .accordion .accordion_con .switch_btn .hide-txt{
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 0;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    margin: -1px;
    padding: 0;
    border: 0;
}

.container .questionWrap .accordion .accordion_contents {
	  
		padding: 3% 0;
		transition: max-height 0.2s ease-out;
      overflow: hidden;
      border-top: none;
      display: flex;
      align-items: center;
      background: #f7f7f7;
      border-bottom: 1px solid #ccc;
	  word-break: keep-all;
	   display: none;

 }
 .container .questionWrap .accordion .accordion_contents .txt-area {
	font-size: 1.25rem;
 }
 .container .questionWrap .accordion .accordion_contents .txt-area .line_size {
	padding-bottom:3%;
 }
.container .questionWrap .accordion .accordion_contents .ico-a {
	flex:0 0 8%;
	text-align: center;
}
.container .questionWrap .sub_txt {font-size:14px;}

@media(max-width: 1080px) {
	.container .questionWrap .title {
		font-size: 1.25rem;
		margin-bottom: 3%;
		padding: 2%;
	}
	.container .questionWrap .accordion .accordion_con .switch_btn .txt, .container .questionWrap .accordion .accordion_contents .txt-area {
		text-align: left;
		font-size: 0.85rem;
	}
	.container .questionWrap .accordion .accordion_con .switch_btn .ico-q,
	.container .questionWrap .accordion .accordion_contents .ico-a {    flex: 0 0 12%; font-size: 12px;}
	.container .questionWrap .accordion .accordion_con .switch_btn .icon {font-size: 12px; flex: 0 0 12%;}
	 .container .questionWrap .accordion .accordion_contents .txt-area .line_size {
		padding-bottom:4.5%;
	 }
}
@media(max-width: 650px) {
	.container .questionWrap .accordion .accordion_con .switch_btn .txt, .container .questionWrap .accordion .accordion_contents .txt-area {
		font-size: 0.7rem;
	}
	.container .questionWrap .sub_txt {font-size: 0.7rem;}

}

.titleArea {
    position: relative;
    clear: both;
    margin: 0 auto;
    text-align: center;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 250px;
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: 75px;
}

.titleArea_bg {
    background: #002d43;
	/* background: url(../images/subVisual_bg.jpg?v=1) center top / cover no-repeat; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: inset(0 0 100% 0);
    transform: scale(1.2);
    animation: titleArea_bg 2s forwards;
}

.titleArea_bg2 {
    background: url(../images/subVisual_bg2.jpg?v=v6) center top / cover no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: inset(0 0 100% 0);
    transform: scale(1.2);
    animation: titleArea_bg 2s forwards;
}

@keyframes titleArea_bg {
    to {
        clip-path: inset(0 0 0 0);
        transform: scale(1);
    }
}

.titleArea_bg.location {
    background: url(../images/subVisual_bg_location.jpg) center center / cover no-repeat;
}

.titleArea_bg.premium {
    background: url(../images/subVisual_bg_premium.jpg) center center / cover no-repeat;
}

.titleArea_bg.design {
    background: url(../images/subVisual_bg_design.jpg) center center / cover no-repeat;
}

.titleArea_bg.reduction {
    background: url(../images/subVisual_bg_reduction.jpg) center center / cover no-repeat;
}

.titleArea_bg.type {
    background: url(../images/subVisual_bg_type.jpg) center center / cover no-repeat;
}

.titleArea_bg.map {
    background: url(../images/subVisual_bg_map.jpg) center center / cover no-repeat;
}

.titleArea_bg.news {
    background: url(../images/subVisual_bg_news.jpg) center center / cover no-repeat;
}

.titleArea_bg.customer {
    background: url(../images/subVisual_bg_customer.jpg) center center / cover no-repeat;
}

.titleArea .sub {
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -1px;
    position: relative;
    opacity: 0;
    animation: fadeIn 1s 1.5s forwards;
    font-weight: 400;
    letter-spacing: 0;
}

/* .titleArea .sub:after{
    content:"";
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    bottom:0;
    width: 50%;
    height: 2px;
    background: #fff;
} */
.titleArea .sub .point {
    font-weight: 700;
}

.titleArea .main {
   color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    letter-spacing: 0;
    opacity: 0;
    animation: titleArea_main 1s 1.25s forwards;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 0.5%;
    position: relative;
   /*  border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; */
    padding: 5px 0 12px;
	font-family: Sandoll Jebi;
}
/* .titleArea .main::before {
	content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
	left:0;
    top: 5px;
}
.titleArea .main::after {
	content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
	left:0;
    bottom: 5px;
} */
@keyframes titleArea_main {
    0% {
        letter-spacing: 30px;
        opacity: 0;
    }

    100% {
        opacity: 1;
        letter-spacing: 5px;
    }
}

.titleArea2 {
	position: relative;
    clear: both;
    text-align: center;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: auto;
    margin: 0;
    margin-bottom: 2.5%;
    margin-top: 10%;
}
.titleArea2 .sub {
    letter-spacing: -1px;
    position: relative;
    opacity: 0;
    font-weight: 500;
    font-size: 34px;
    color: #000000;
    animation: fadeIn 1s .25s forwards;
}

@media(max-width: 1080px) {
    .titleArea .main {
        padding-bottom:0;
    }

    .titleArea .sub {
        font-size: 20px;
        width: auto;
        margin: 0 auto;
    }

    .titleArea img {
        width: 100%;
        max-width: max-content;
    }
	.titleArea {
        margin: 5% auto;
    }
	.titleArea2 {
	
	}
	.titleArea2 .sub {
		font-size: 24px;
        margin: 5% 0 3%;
		}
}

@media(max-width: 650px) {
    .titleArea .sub {
        font-size: 4vw;
    }
}

.tabmenu_t {
    clear: both;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    background: #eee;
    border: 1px solid #ddd;
}

.tabmenu_t:after {
    display: block;
    clear: both;
    content: ""
}

.tabmenu_t li {
    position: relative;
    float: left;
    width: 33.3333333333%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
}

.tabmenu_t li.last {
    border-right: none
}

.tabmenu_t li a {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #666;
    font-family: "NotoSans",'malgun gothic','dotum';
}

.tabmenu_t li.active {
    color: #002d43;
}

.tabmenu_t li.active a {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    background: #002d43
}

.tabmenu_t li.active:last-child {
    border-right: none;
}

.tabmenu_t li a:hover {
    color: #fff;
    background: #002d43;
    transition: all 0.4s ease;
}

.tabmenu_t.w50 li {
    width: 50%;
}

.tabmenu {
    position: relative;
    clear: both;
    width: 1100px !important;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 30px;
    z-index: 1;
}
.tabmenu.mg_b{margin-bottom: 80px;}
.tabmenu li {
    position: relative;
    float: left;
    width: 33.3333333333%;
    text-align: center;
    border: 1px solid #ededed;
    background: #f7f7f7;
    font-size: 17px;
    color: #222526;
    letter-spacing: -1px;
    font-family: 'Noto Sans KR', sans-serif;
    cursor: pointer;
    height: 45px;
    line-height: 40px;
    box-sizing: border-box;
    font-weight: 300;
    color: #222526;
    transition: 0.3s all;
}

.tabmenu li:first-child {
}

.tabmenu.mg_t {padding:20px;}
.tabmenu.w100 li {width: 100%;}
.tabmenu.w50 li {
    width: 50%;
}

.tabmenu.w25 li {
    width: 25%;
}

.tabmenu.w20 li {
    width: 20%;
}

.tabmenu.w33 li {
    width: 33.3333333333%;
}

.tabmenu.w16 li {
    width: 16.6666666667%;
}

.tabmenu.w14 li {
    width: 14.2857142857%;
}

.tabmenu.w11 li {
    width: 11.1111111111%;
}

.tabmenu.w10 li {
    width: 10%;
}

.tabmenu.w7 li {
    width: calc(100% / 7);
}
.tabmenu.w6 li {
    width: calc(100% / 6);
}

.tabmenu.w8 li {
    width: calc(100% / 8);
}

.tabmenu.w3 li {
    width: calc(100% / 3);
}

.tabmenu li a {
    display: block;
    color: #222526;
    outline: none;
}

.tabmenu li:hover {
    
    background: #002d43;
    color: #fff;
}

.tabmenu li:hover a {
    color: #fff;
    transition: all 0.4s ease;
}

.tabmenu li.active {
    color: #fff;
    background: #002d43;
    border-color: #002d43;
}

.tabmenu li.active a {
    color: #fff;
    font-family: 'Pretendard';
    font-weight: 400;
}

.tabmenu li.active a:hover {
    color: #fff;
}

@media (max-width: 1140px) {
    .tabmenu {
        width:100% !important;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px 20px 20px 20px;
    }

    .tabmenu li {
        font-size: 12px;
        line-height: 100%;
        height: auto;
        padding: 2.5% 0;
    }

    .tabmenu li.active {
        border-bottom: 1px solid #fff;
    }
	.tabmenu.mg_b{margin-bottom: 20px;}
	.tabmenu.w20.w_mo li {width:50%;}
	.tabmenu.w20.w_mo li.w_mo_100 {width:100%;}

	.tabmenu.w6.w_mo li {
		width: 33.33%;
	}
}

@media (max-width: 650px) {
    .tabmenu.w25 li {
        width: 50%;
    }

    .tabmenu li {
        font-size: 13px;
        line-height: 100%;
        height: auto;
        padding: 2.5% 0;
    }
}

.tabmenu2 {
    position: relative;
    clear: both;
    width: 1100px;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 30px;
    border-left: 1px solid #ddd;
    z-index: 1
}

.tabmenu2 li {
    position: relative;
    float: left;
    width: 33.3333333333%;
    text-align: center;
    margin-bottom: -1px;
    font-size: 13px;
    letter-spacing: -1px;
    font-family: "NotoSansM",'malgun gothic','dotum';
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-left: none;
    box-sizing: border-box;
    background: #fff;
}

.tabmenu2.w25 li {
    width: 25%;
}

.tabmenu2.w14 li {
    width: 14.2857142857%;
}

.tabmenu2.w12 li {
    width: 12.5%;
}

.tabmenu2.w11 li {
    width: 11.1111111111%;
}

.tabmenu2 li a {
    display: block;
    color: #222526;
    outline: none;
}

.tabmenu2 li a:hover {
    color: #222526;
    background: #fff;
    transition: all 0.4s ease;
}

.tabmenu2 li.active {
    color: #222526;
    background: #fff;
    border-bottom: 1px solid #fff;
}

.tabmenu2 li.active a {
    color: #222526;
    font-family: 'Pretendard';
    font-weight: 400;
}

@media (max-width: 1140px) {
    .tabmenu2 {
        width:98%;
        height: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .tabmenu2 li {
        font-size: 11px;
        height: 25px;
        line-height: 25px;
    }
}

.tabmenu4 {
    width: calc(90%);
    margin: 0 auto;
    margin-bottom: 30px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}

.tabmenu4.w100 {
    width: 30%;
}

.tabmenu4 li {
    position: relative;
    color: #666;
    text-align: center;
    margin-bottom: -1px;
    font-size: 16px;
    cursor: pointer;
    line-height: 45px;
    border-left: none;
    box-sizing: border-box
}

.tabmenu4.w100 li {
    width: 100%;
}

.tabmenu4.w50 li {
    width: 50%;
}

.tabmenu4.w25 li {
    width: 25%;
}

.tabmenu4.w20 li {
    width: 20%;
}

.tabmenu4.w33 li {
    width: 33.3333333333%;
}

.tabmenu4.w16 li {
    width: 16.6666666667%;
}

.tabmenu4.w11 li {
    width: 11.1111111111%;
}

.tabmenu4.w2 li {
    width: calc(100% / 2);
}

.tabmenu4.w3 li {
    width: calc(100% / 3);
}

.tabmenu4.w6 li {
    width: calc(100% / 6);
}

.tabmenu4.w7 li {
    width: calc(100% / 7);
}

.tabmenu4 li {
    display: block;
    color: #666;
    outline: none;
    border-bottom: 1px solid transparent;
    transition: all 0.4s ease;
}

.tabmenu4 li a {
    display: block;
}

.tabmenu4 li:hover {
    color: #000e43;
    border-color: #000e43;
}

.tabmenu4 li.active {
    position: relative;
    background-color: #000e43;
    color: #fff;
}

.tabmenu4 li.active a {
    color: #fff;
}

.tabmenu4 li.active {
    color: #fff;
}

.tabmenu4 li.active:hover {
    background-color: #fff;
    color: #000e43;
}

.tabmenu4 li.active:hover a {
    color: #000e43;
}

@media (max-width: 1100px) {
    .tabmenu4 {
        width:calc(100% - 30px);
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .tabmenu4 li {
        font-size: 9px;
        height: 30px;
        line-height: 30px;
    }

    .tabmenu4.w7 li {
        width: 25%;
    }

    .tabmenu4.w20 li {
        width: 33%;
    }
}

.introSlider {
}

.introSlider_sub.slick-slider {
    width: 480px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.introSlider_sub .slick-list {
    overflow: inherit;
    width: auto;
    background-color: #fff;
    margin: 0 auto;
}

.introSlider_sub .slick-track {
    display: flex;
    padding: 30px;
}

.introSlider_sub .slideCon {
    position: relative;
    margin: 0 10px;
    max-width: 190px;
    cursor: pointer;
    transition: 0.75s all;
}

.introSlider_sub .slideCon:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -5px;
    top: -5px;
    background-color: transparent;
    border: 5px solid transparent;
    transition: 0.75s all;
}

.introSlider_sub .slick-current:before {
    border-color: #002d43;
    transition: 0.75s all;
}

@media (max-width: 1080px) {
    .introSlider_sub.slick-slider {
        width: 100%;
        transform: none;
        left: 0;
        padding: 30px 0;
    }

    .introSlider_sub .slick-track {
        padding: 0;
        justify-content: center;
    }

    .introSlider_sub .slideCon {
        max-width: none;
        margin: 0 5px;
    }
}

.news_list {
    clear: both;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    text-align: left;
    border-top: 1px solid #ddd
}

.news_list li {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ddd
}

.news_list .media {
    margin: 0 10px 0 0;
    color: #06377b;
    font-family: "NotoSans",'malgun gothic','dotum';
    font-size: 17px;
}

.news_list .tit {
    overflow: hidden;
    height: 25px;
    color: #222526;
    font-family: "NotoSans",'malgun gothic','dotum';
    font-size: 17px;
}

.news_list .tit a {
    color: #222526;
}

.news_list .con {
    overflow: hidden;
    max-height: 47px;
    color: #999;
    font-family: "NotoSans",'malgun gothic','dotum';
}

.news_list .con a {
    color: #999;
}

.news_list a:hover {
    color: #8a7255;
}

.paging {
    clear: both;
    margin-top: 25px;
    text-align: center
}

.paging li {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 5px;
    font-size: 12px;
    font-family: "dotum";
    background: #666;
}

.paging li:last-child {
    margin-right: 0
}

.paging li a {
    display: block;
    color: #fff;
}

.paging li.num {
    color: #fff
}

.paging .on {
}

.paging li.prev,.paging li.next {
    width: 35px;
    color: #fff;
}

.news_list_new {
    width: 100%;
    margin-top: 50px;
    box-sizing: border-box;
}

.news_list_new .list_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.news_list_new .list {
    width: 32%;
    flex: 0 0 32%;
    box-shadow: 15px 20px 20px #f5f5f5, -5px 0 15px #f5f5f5;
    min-height: 250px;
    position: relative;
    margin-bottom: 5%;
    margin-right: 1%;
}

.news_list_new .list .link {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 10% 5%;
    position: relative;
}

.news_list_new .list .top {
    font-weight: 400;
    font-size: inherit;
    color: #222526;
    letter-spacing: -0.025em;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
    margin-top: 5px;
    position: relative;
}

.news_list_new .list .top:before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #002d43;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 1s all;
}

.news_list_new .list:hover .top:before {
    width: 100%;
    transition: 1s all;
}

.news_list_new .list .media {
    position: relative;
    display: inline-block;
    line-height: 100%;
}

.news_list_new .list .title {
    font-weight: 400;
    font-size: 18px;
    color: #002d43;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list_new .list .bottom {
    margin-top: 30px;
    box-sizing: border-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12pt;
    letter-spacing: -0.05em;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 74px;
    color: #666;
    font-weight: 300;
}

.paging li {
    font-family: 'Noto Sans KR';
    font-weight: 400;
    height: auto;
    margin: 0 5px;
    background-color: transparent;
}

.paging .num a {
    border: 1px solid #002d43;
    color: #002d43;
    transition: 0.75s all;
}

.paging .num a.on {
    color: #fff;
    background-color: #002d43;
}

.paging .num a:hover {
    background-color: transparent;
    color: #002d43;
}

.paging a.next:hover {
    border: none;
    background-color: transparent;
}

.paging li.prev {
    background: url(../images/ico_arrow_prev.png) center center / cover no-repeat;
    width: 8px;
    height: 15px;
    font-size: 0;
    margin-right: 15px;
}

.paging li.next {
    background: url(../images/ico_arrow_next.png) center center / cover no-repeat;
    width: 8px;
    height: 15px;
    font-size: 0;
    margin-left: 15px;
}

@media (max-width: 1080px) {
    .news_list_new .list_wrap {
        width:calc(100% - 30px);
        margin: 0 auto;
    }

    .news_list_new .list {
        width: 100%;
        flex: 0 0 100%;
    }

    .news_list {
        width: 97%;
        margin-top: 10px;
        border-top: none
    }

    .news_list .media {
        font-size: 13px
    }

    .news_list .tit {
        height: 21px;
        padding-left: 0;
        font-size: 13px;
    }

    .news_list .con {
        max-height: 40px;
        padding-left: 0;
        font-size: 12px;
    }

    .paging {
        margin-bottom: 100px
    }
}

.btn_area {
    clear: both;
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-align: center
}

.btn_area .btn_list {
    position: relative;
    padding: 0.8rem 3rem 0.8rem 3rem;
    font-size: 1rem;
    font-family: "NotoSansM",'malgun gothic','dotum';
    color: #222526;
    letter-spacing: -0.04em;
    border: 0.05rem solid #666;
    border-radius: 10px
}

.btn_area .btn_list:before {
    content: '';
    position: absolute;
    top: 40%;
    right: 10%;
    border: solid #666;
    border-width: 0 2px 2px 0;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#top_scroll {
}

.subscription_notice {
    clear: both;
    max-width: 1100px;
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 0 15px 0;
    color: #b31414;
    font-size: 1rem;
    font-family: "NotoSansM",'malgun gothic','dotum';
    letter-spacing: -0.02em;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
}

.subscription_notice span a {
    color: #c5b284;
}

.subscription_notice span {
    color: #c5b284;
}

.table_agree {
    border-top: 2px solid #111111;
}

.table_agree th {
    padding: 13px 0 13px 0;
    font-size: 13px;
    text-align: center;
    background: #f5f5f5;
    border-bottom: 1px solid #dddddd;
}

.table_agree td {
    padding: 0 0 0 25px;
    font-size: 13px;
    border-bottom: 1px solid #dddddd;
}

.movie_wrap {
    padding: 0 0 0 35px;
}

.movie_wrap ul:first-child {
    clear: both;
    float: left;
    margin: 0 0 20px 0
}

.movie_wrap li {
    float: left;
    text-align: left
}

.movie_wrap li:first-child {
    margin: 0 20px 0 0;
}

.movie_wrap .txt01 {
    clear: both;
    padding: 0 0 0 0;
    font-size: 21px;
    color: #666;
    font-family: "NotoSans";
}

.movie_wrap .txt02 {
    clear: both;
    text-indent: 0;
    font-size: 21px;
    color: #006991;
    font-family: "NotoSans";
}

.movie_wrap:after {
    display: block;
    clear: both;
    content: ""
}

.cs_movie_wrap {
    width: 900px;
    margin: 0 auto
}

.cs_movie_wrap .txt01 {
    margin-bottom: 10px;
    text-align: left;
    font-size: 25px;
    font-family: "NotoSansM",'malgun gothic','dotum';
    color: #a39078;
}

.btn_area2 {
    clear: both;
    margin-top: 3rem;
    margin-bottom: 4rem;
    text-align: center
}

.btn_area2 .btn_list {
    position: relative;
    padding: 0.8rem 3rem 0.8rem 3rem;
    font-size: 1.2rem;
    font-family: "NotoSansM",'malgun gothic','dotum';
    color: #fff;
    letter-spacing: -0.04em;
    background: #666666;
    border-radius: 20px;
}

.btn_area2 .btn_list:before {
    content: '';
    position: absolute;
    top: 42%;
    right: 10%;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.btn_area2 .btn_list:hover {
    background: #474747
}

@media (max-width: 1140px) {
    .btn_area2 {
        margin-top:2rem;
        margin-bottom: 3rem;
    }

    .btn_area2 .btn_list {
        padding: 0.4rem 2rem 0.4rem 2rem;
        font-size: 0.8rem;
        border-radius: 15px;
    }

    .btn_area2 .btn_list:before {
        content: '';
        position: absolute;
        top: 42%;
        right: 8%;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        padding: 3px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@media (max-width: 650px) {
    .btn_area2 .btn_list {
        ;
        font-size: 0.6rem;
    }
}

@media (max-width: 450px) {
    .btn_area2 .btn_list {
        ;
        font-size: 0.6rem;
        padding: 0.5rem 1rem 0.5rem 1rem;
    }

    .btn_area2 .btn_list:before {
        right: 5%;
    }
}

.thumb01 {
    position: absolute;
    top: 532px;
    right: 0;
}

.layerPopup {
    display: none;
    position: absolute;
    top: 320px;
    left: 90px;
    width: 1000px;
    background: #000;
    z-index: 9999999;
}

.layerPopup .titArea {
    clear: both;
    width: 100%;
    height: 50px;
    padding: 12px 12px 12px 12px;
    background: #000;
    box-sizing: border-box
}

.layerPopup .titArea:after {
    display: block;
    clear: both;
    content: ""
}

.layerPopup .titArea h3 {
    float: left;
    font-size: 20px;
    font-family: "NotoSans",'malgun gothic','dotum';
    color: #fff;
}

.layerPopup .titArea .ico_close {
    float: right;
    margin-top: 3px;
    padding: 0 7px 0 7px;
    font-size: 16px;
    font-family: "NotoSans",'malgun gothic','dotum';
    color: #fff;
    background: #666;
    cursor: pointer;
    border-radius: 6px
}

.layerPopup .con {
    position: relative;
    overflow-y: scroll;
    height: 650px;
    z-index: 1
}

.layerPopup .img {
    width: 100%
}

.layerPopup .underlayer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    z-index: 0;
}

.layerPopup2 {
    display: none;
    position: absolute;
    top: 410px;
    left: 370px;
    width: 800px;
    padding-bottom: 20px;
    background: #000;
    z-index: 9999999;
}

.layerPopup2 .titArea {
    clear: both;
    width: 100%;
    height: 50px;
    padding: 12px 12px 12px 12px;
    background: #000;
    box-sizing: border-box
}

.layerPopup2 .titArea:after {
    display: block;
    clear: both;
    content: ""
}

.layerPopup2 .titArea h3 {
    float: left;
    font-size: 20px;
    font-family: "NotoSans",'malgun gothic','dotum';
    color: #fff;
}

.layerPopup2 .titArea .ico_close {
    float: right;
    margin-top: 3px;
    padding: 0 7px 0 7px;
    font-size: 16px;
    font-family: "NotoSans",'malgun gothic','dotum';
    color: #fff;
    background: #666;
    cursor: pointer;
    border-radius: 6px
}

.layerPopup2 .con {
    position: relative;
    z-index: 1
}

.layerPopup2 .img {
    width: 100%
}

.layerPopup2 .underlayer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    z-index: 0;
}

.pop_share {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    background: rgba(1,1,1,0.5);
    z-index: 9999999;
    height: 100%;
    transform: translateY(-50%);
    display: none;
}

.pop_share_container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.pop_share_con {
    text-align: center;
    padding: 30px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 30px;
}

#cs_movie {
    width: 1100px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #222526333;
    top: 0px;
}

#cs_movie .tit {
    font-size: 1.5rem;
    font-family: 'Pretendard';
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.04em;
}

#player3 {
    position: relative;
    left: 0;
    top: 0;
    ;}

.promotion_movie_wrap {
    width: calc(100% - 100px);
    margin: 0 auto;
    padding: 50px 0;
}

.promotion_movie_wrap .movie {
    margin: 30px 0;
}

.promotion_movie_wrap .movie_tab {
    background-color: #1a1819;
    padding: 30px;
    m}

.promotion_movie_wrap .movie_tab .title {
    padding-bottom: 30px;
}

.promotion_movie_wrap .movie_tab .title img {
    max-width: 114px;
}

.promotion_movie_wrap .movie_tab ul {
    display: flex;
    justify-content: flex-start;
}

.promotion_movie_wrap .movie_tab ul li {
    flex: 0 0 25%;
    margin-right: 5px;
}

.promotion_movie_wrap .movie_tab ul li .image img {
    transition: 0.75s ease-out;
}

.promotion_movie_wrap .movie_tab ul li img:hover {
    opacity: 0.6;
}

.promotion_movie_wrap .movie_tab ul li .text {
    color: #fff;
    text-align: center;
    padding-top: 5px;
}

.promotion_movie_wrap .movie_tab ul li .text p {
    line-height: 1.3;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -1px;
}

.intro_slider {
    clear: both;
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 8px;
}

.bxslider {
    width: 100%;
    text-align: center;
}

.bxslider li {
    position: relative;
    overflow: hidden;
}

#bx-pager {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}

#bx-pager a img {
    width: 7%;
    margin: 0 0 6px 0;
    padding: 1px;
    border: solid #666 1px;
    box-sizing: border-box;
}

#bx-pager a:hover img {
    border: solid #c5b284 1px;
}

#bx-pager .active img {
    border: solid #c5b284 1px;
}

.intro_slider .bx-wrapper .bx-prev {
    background-image: url('../images/main_prev_m.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    left: 5px;
}

.intro_slider .bx-wrapper .bx-next {
    background-image: url('../images/main_next_m.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    right: 5px;
}

.page_infor {
    width: 100%;
    font-size: 11px;
    color: #888;
    line-height: 1.2rem;
    padding: 1rem 1rem;
    border: 1px solid #ddd;
    margin: 1rem auto 1rem;
    text-align: left;
    font-family: "dotum';
}
.page_infor LI:before {
	content: "";
	display: inline-block;
	margin-right: 0;
}

.sublink_wrap{
    background: #eee;
}
.sublink_wrap .content{
    max-width: 1100px;
    margin:0 auto;
    background: #04152d;
    display: flex;
}
.sublink_wrap .sublink_menu{
    display: flex;
    white-space: nowrap;
    overflow: auto;
}
/* .sublink_wrap .sublink_menu::-webkit-scrollbar {
    opacity: 0;
}
.sublink_wrap .sublink_menu::-webkit-scrollbar-thumb {
} */
.sublink_wrap .sublink_con{
    font-size: 15px;
    font-weight: 400;
    color:#fff;
    padding: 30px;
    position: relative;
    transition: 0.75s all;
}
.sublink_wrap .sublink_con:hover{
    color: #002d43;
}
.sublink_wrap .sublink_con::after{
    content:"";
    width: 5px;
    height: 5px;
    position: absolute;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
}
.sublink_wrap .sublink_con:nth-last-child(1)::after{
    display: none;
}
.sublink_wrap .sublink_con.only{
    background: #002d43;
}
.sublink_wrap .sublink_con.only::after{
    display: none;
}
.sublink_wrap .sublink_con.only:hover{
    background: #1f3a60;
}
.sublink_wrap .sublink_con.only img{
    width: 20px;
}
.sublink_wrap .sublink_con.active{
    color:#002d43;
}

@media (max-width : 1100px){
	.sublink_wrap{
		margin-bottom:2.5%;
	}
    .sublink_wrap .sublink_con{
        padding: 15px;
        font-size: 13px;
    }
    .sublink_wrap .sublink_con::after{
        width: 3px;
        height: 3px;
    }
}

.subWrap .download_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.subWrap .download_wrap .download{
	padding: 20px 20px 20px 40px;
	min-width: 300px;
	background: #002d48;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
	justify-content: center;
	border-radius: 10px;
	font-size: 18px;
	transition:0.5s all;
}
.subWrap .download_wrap .download:hover{
	opacity:0.7;
}
.subWrap .download_wrap .download:after{
	content:"";
	width: 24px;
	height: 30px;
	background:url("../images/sub_ico_download.png") center center / cover no-repeat;
	display:inline-block;
}

@media(max-width:640px){
	.subWrap .download_wrap{
		margin-top:20px;
	}
	.subWrap .download_wrap .download{
		font-size: 16px;
        min-width: auto;
        padding: 15px 30px;
	}
	.subWrap .download_wrap .download:after{
		width:16px;
		height:20px;
	}
}


.txt01 {margin-bottom:5px; text-align:left; text-indent:10px; font-size:12px; font-family:"NotoSansM",'malgun gothic','dotum';    color: #002d43;  }

#footer {
    position: relative;
    width: calc(100% - 100px);
    background: #fafafa;
    z-index: 5;
    color: #363636;
    text-align: center;
    padding: 3.5% 0;
    overflow: hidden;
    font-weight: 300;
    font-size: 14px;
}
#footer .wrap{
    margin:0 auto;
    display: flex;
    align-items: flex-start;
    justify-content:  flex-start;
    width: 90%;
    gap:30px;
}
#footer .wrap .leftlogo {
	width: 3.5%;
}
#footer .wrap .leftlogo img {
	width: 100%;
}
#footer .rightWrap{
	display: flex;
	flex-direction: column;
	text-align: left;
}
#footer .company{
    display: flex;
    gap:30px;
    margin-bottom: 0.5%;
    width: 100%;
}
#footer .company .listcon{
    display: flex;
    align-items: center;
}
#footer .company .listcon .title{
    margin-right: 10px;
    position: relative;
    letter-spacing: -.5px;
}
#footer .company .listcon .explain{
	display: flex;
	align-items: center;
}
#footer .company .listcon .company_logo {
	 width: 68%;
}
#footer .company .listcon .company_logo img{
		 width: 100%;
}
#footer .company .left,
#footer .company .right{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#footer .company .list{
    display: flex;
    text-align: left;
    gap: 15px;
}
#footer .company .list_con{
    display: flex;
    align-items: center;
}
#footer .company .list_con:nth-child(1){
	min-width:200px;
}
#footer .company .list_con:nth-child(2){
	min-width:300px;
}
#footer .company .list_con:nth-child(3){
	min-width:150px;
}
#footer .company .list_con .title{
    margin-right: 10px;
    font-weight: 200;
}
#footer .company .right .link{
    color: inherit;
    transition: 0.5s all;
}
#footer .company .right .link:hover{
    color: #fff;
}
#footer .companyInfo{
    margin-bottom: 1%;
    word-break: keep-all;
    line-height:150%;
	color: #a5a5a5;
	font-size:12px;
}
#footer .infoWrap{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    font-weight: 300;
    color: #a5a5a5;
    font-size: 85%;
} 
#footer .infoWrap .info_con{
    line-height: 135%;
}

#quick {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    text-align: center;
    width: 100px;
    background: #fff;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 0;
    align-items: center;
    
}
#quick > *{
	line-height:100%;
}
#quick .list_wrap{
    display: flex;
    flex-direction: column;
}
#quick .list_wrap .list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.75s all;
    color:#222526;
    margin-bottom: 25px;
	font-size:12px;
}
#quick .list_wrap .list_con.btn {
    opacity: 0;
    animation: fadeIn 1s 3.5s forwards;
}
#quick .list_wrap .list_con {
  
}
#quick .list_wrap .list_con.logo {
    margin-bottom: 35px;
}
#quick .list_wrap .list_con .text{
    line-height: 125%;
    letter-spacing: -1px;
    font-size: 12px;
    font-weight: 600;
    color: #4e4e4e;
}
#quick .list_wrap .list_con:nth-last-child(1){
    margin-bottom:0;
}
#quick .list_wrap .list_con:hover{
    filter: brightness(1.1);
}
#quick .list_wrap .list_con.not_hover:hover{
	filter: brightness(1);
}
#quick .list_wrap .list_con .image {
    margin-bottom: 5px;
}
#quick .list_wrap .list_con.mg_b {
    margin-bottom: 40px;
}
#quick .scroll{
}
#quick .scroll .gage{
    width: 1px;
    background: #bcbdbd;
    position: relative;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 15px;
}
#quick .scroll .gage::before{
    content:"";
    height: 0;
    width: 100%;
    position: absolute;
    left:0;
    top:0;
    background: #222526;
    animation: quick_scroll 4s infinite;
}
@keyframes quick_scroll{
    0%{
        height: 0;
    }
    50%{
        height: 100%;
    }
    100%{
        height: 0;
    }
}
.sub #quick .list_wrap {
	line-height: 165%;
	    letter-spacing: -1px;
}
#quick .scroll .text{
    writing-mode: vertical-rl;
    text-orientation: sideways;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 14px;
}
#quick .open_info {
	margin-bottom: 20px;
	}
#quick .open_info:hover{
	filter: brightness(1);
}

	#quick .open_info .con {
		font-size: 22px;
		font-weight: 900;
		color: #ff6f00;
		margin-bottom: 5px;
	}
	#quick .open_info .con.fo_s {font-size: 20px;}
	#quick .open_info .con.mg_b {margin-bottom: 5px;}
	#quick .open_info .con b{
		font-size: 18px;
	}
	#quick .open_info .con span{
		letter-spacing: -3px;
	}
	body.sub #quick .list_wrap .list_con.btn {
		animation: fadeIn 1s 1.5s forwards;
	}
	body.sub #quick .open_info .con b {
		font-size: 17px;
	}
	
@media (max-width:1420px){
	#footer .company .company_info {
		font-size: 16px;
	}
	#footer .company .company_logo{
		width: 37%;
	}
	#footer .company .company_logo img {width:100%;}
	#footer .infoWrap .info_con {font-size: 14px;}
}

@media (max-width:1080px){
    #quick{
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        display: none;
    }
    #quick img{
        width: 100%;
    }
}

.noticeText{
    font-weight: 300;
    word-break: keep-all;
    line-height: 130%;
    color: #a1a1a1;
    display: flex;
    gap: 5px;
    flex-direction: column;
    width: 80%;
    margin: 2.5% auto 0;
    position: relative;
}
.noticeText .notice_con{
    line-height: 25px;
}

/* mobile */
.MB_V img{width:100%;}
.MB_V .ico_open{position: absolute;right: 50px;top: 106px;width:90px;z-index: 10;left:auto;}
.MB_V .mainVisual{position:relative;}
.MB_V .ico_open{position: relative;right: auto;top: auto;width: 100%;z-index: 10;left: auto;bottom: 0px;}
.mainVisual .bxslider .cali{position:absolute;left: 50%;top:22%;transform:translate(-50%, -25%) translate(-.5px, -.5px); width:65%;}
.mainVisual .bxslider li .text{position:absolute;left: 50%;top:51%;transform:translate(-50%, -50%) translate(-.5px, -.5px); width:80%;}
.mainVisual .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{bottom: 50px;left: 50%;transform: translateX(-50%);width: auto;}
.mainVisual .bx-wrapper .bx-pager.bx-default-pager a{background-color:transparent; border-radius:15px; border:1px solid #fff;width:7px; height:7px;}
.mainVisual .bx-wrapper .bx-pager.bx-default-pager a:hover,.mainVisual .bx-wrapper .bx-pager.bx-default-pager a.active{background:#fff;}
.MB_V .bxslider .border{padding:30px 0; height:1px;}
.MB_V .bx-wrapper .text img{}

.PC_V{display:block;margin:0 auto;}
.MB_V{display:none;margin:0 auto;}
.MB_BR{
        display: none;
}
@media(max-width:1080px){
    .PC_V{display:none;}
    .MB_V{display:block;}
	.MB_BR{
        display: block;
    }
	.titleArea.MB_mg0{
		margin:0;
	}
    .container{margin:0;min-height: 0;padding: 0;transform: translate(0);padding-bottom: 50px;}
    .container.brand{margin-top:0;}
    .container.system .inner{width:100%;}
    .video_wrap{width:100%; margin-top:0;}
    .open{top:76px;z-index:10;text-align:right;}
    .subWrap{
        width: 100%;
        margin-top: 60px;
        text-align: center;
    }
    .titleArea_bg{
    background: url(../images/subVisual_bg.jpg) center center / cover no-repeat;
}
    .subVisual .bg {
        
    }
    .subVisual .inner .text{
        margin-left: 50%;
        margin-bottom: 15%;
    }
    .subVisual .inner .text_con01{
        margin-bottom: 1%;;
    }
    .subVisual .tit{padding:0;}
    .subVisual .ImageWrap{margin-top:0;}
    .subVisual .tit{display:none;}
    .subVisual .tit_en{display:none;}
    .subVisual video{width:200%;}



    .titleArea {
        padding: 0;
        display: inline-flex;
        width: 100%;
        margin: 0 auto;
        height: 150px;
        margin-bottom: 30px;
    }
    .titleArea .main {
        font-size: 29px;
        padding: 7px 0 9px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
    }
	.titleArea .main::before,
	.titleArea .main::after {
		height: 1px;
	}
    .page_infor{display:block;}
    .notice_txt{font-family:"NotoSans",'malgun gothic','dotum';color:#222526;font-size:13px;}

    .seminar_wrap #box_wrap h3 strong,
    .seminar_wrap .tbl_frm01 h3{
        font-size: 20px;
        margin-bottom: 0;
    }
    .seminar_wrap .tbl_frm01 th,
    .seminar_wrap .tbl_frm01 .selectbox{
        font-size: 13px;
    }

	#box_wrap .table_box th{
		font-size:13px;
	}
    .noticeText{
        font-size: 13px;
		text-align:left;
		width:calc(100% - 15px);
		margin:0 auto;
		margin-top:5%;
    }
    

    #footer{
        padding: 5% 2.5%;
        width: 100%;
        flex-direction: column;
    }
	#footer .wrap {
		width: 100%;
        flex-direction: column;
        gap: 20px;
	}
	#footer .wrap .logo {
		text-align: center;
		width: 20%;
		margin: 0 auto;
		margin-bottom: 5%;
	}
	#footer .wrap .leftlogo {
	  width: 15%;
	}
	#footer .company .listcon .company_logo {
	  width: 80%;
	}
	#footer .line {display: none;}
    #footer .company {
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }
	#footer .company .company_info {
        font-size: 12px;
    }
	 #footer .company .company_logo {
        width: 80%;
    }
	#footer .infoWrap .info_con {font-size:12px;}
    #footer .company .list{
        flex-direction: column;
    }
	#footer .company .list_con{
		min-width:auto !important;
	}
    #footer .company .left, #footer .company .right{
        gap: 30px;
    }
    #footer .company .left{
        width: 100%;
        flex-wrap: wrap;
    }
    #footer .company .left .list:nth-child(2){
        flex:0 0 50%;
    }
    #footer .company .info{
        max-width: max-content;
		display: flex;
		align-items: flex-end;
    }
    #footer .infoWrap .info_con{
        max-width: max-content;
        text-align: left;
        line-height: 150%;
        word-break: keep-all;
    }
	#footer .company .listcon{
		align-items:flex-end;
	}
	#footer .company .listcon .title{
		margin-right:5px;
	}
	#footer .company .listcon .explain img{
		width: 80%;
	}


}

@media(max-width:760px){
.subVisual {}
.subVisual .inner{
    height: 100%;
    width: 100%;
    background: url(../images/bg_subVisual_m.jpg?v=<%=genTimeStamp%>) center center / cover no-repeat;
}
.subVisual .inner img{width:75%;}
.subVisual .slogan{margin:0;width:50%;height:auto;}
.seminar_wrap .bg_seminar_middle {font-size:13px;width: calc(100% - 30px);margin: 0 auto;}
}


.info_wrap{
    background: #f7f7f7;
    padding: 2.5%;
    text-align: left;
}
.info_wrap .info_con{
    color:#aca9a8;
    letter-spacing: -1px;
    word-break: keep-all;
	font-size: 14px;
	padding-bottom: 5px;
}

@media(max-width:640px){
    #footer{
        font-size: 11px;
    }
    #footer .company .listcon .explain img{
		width:70%;
	}
}