

/* ====================================== COMMON ======================================*/
/* 스킵 내비게이션 */

#skipNav {position: relative;}
#skipNav a {
    position: absolute;
     left: 0px; top:-35px; border: 1px solid #fff; color: #fff; background: #333; line-height: 30px; width: 160px; text-align: center;}
#skipNav a:active,
#skipNav a:focus {top: 0;}

/* ::: root code ::: */
:root {
	/* quick color */
	--quick-yellow:  #FDDC3F;
	--quick-blue:  #153359;
	--quick-ivory: #F6F6F6;
	/* btn color */
	--btn-Lppl:  #6A1E8D;
	--btn-Lblck: #444444;
	--btn-Lblu: #0048A3;
	--btn-Lgrn: #3A9272;
	/* txt color */
	--txt-D: #222;
	--txt-M: #444;
	--txt-L: #888;
	--txt-Dblu: #153359;
	--txt-w: #fff;
	--txt-exL: #bbb;
	/* form color */
	--input: #f7f7f7;
	--bd: #eee;
	/* info color */
	--info-B: #F2F7FC;
	--info-P:#FBF9FC;
	--info-G: #F7FAF9;
	/* tab color */
	--tab-B: #14335A;
	--tab-P: #4E1D60;
	--tab-G: #1E5542;
}
/* ::: //root code ::: */


/* ::: default setting::: */
* {box-sizing: border-box}
* a, label, input, textarea{text-decoration: none!important; color: inherit;
    font-family: "noto sans kr";
    font-weight: 400;
    border-radius: 0;
}
* input, textarea, button {-webkit-appearance:none; -moz-appearance:none; appearance:none;}
* select {-webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 0;
    background: url(../img/icon/selectArrow.png) no-repeat center;
    background-position: 90%;
    background-size: 10px;
}

.hidden{width: 0; height: 0; 
	overflow:hidden;
    font-size: 0; line-height: 0; 
    position: absolute; left: -9999px;
}
.clearFix::after{content:"";
	display: block; clear: both;
}
.inr{width: 100%; max-width: 1200px; height: 100%;
	position: relative;
	margin: 0 auto;
}

body{font-family: 'Noto Sans KR', sans-serif; letter-spacing: 0.1px; color: var(--txt-D); color: #222;
    -webkit-tap-highlight-color : transparent!important;
    /* cursor: none; */
}
/* 
.cursor{
    position: fixed; width: 20px;height: 20px;
    border-radius: 50%; background-color: #fff;
    transition: 0.1s;
    transform: translate(-50%,-50%);
    pointer-events: none;
    z-index: 999999999999999; 
} */
/* ::: //default setting::: */

/* ::: common style :::*/
* input:focus,
textarea:focus{
 outline: none
}
.border_n{border:none!important}
.fontBold{font-weight: 500;}
/* margin */
.mg_t64{margin-top: 64px;}
.mg_b80{margin-bottom: 80px;}
.mg_b0{margin-bottom: 0px!important;}
/* padding */
.pd_b12{padding-bottom: 12px;}
.pd_t0{padding-top: 0!important;}
.pd_t50{padding-top: 50px!important;}
/* br */
.tBr{display: none;}
.mBr{display: none;}
/* ::: //common style :::*/

/* ::: button setting::: */
/* line btn */
.lineBtn{
    float: right;
    display: inline-block;
    border: 1px solid var(--txt-D);
    position: relative;
    cursor: pointer;
}

.lineBtn span{padding: 0 10px;
    color: var(--txt-D);
    display: inline-block;
    position: relative; z-index: 5;
}
.lineBtn span a{font-size: 13px; line-height: 28px;}
.lineBtn span::after{content:"";
    width: 19px; height: 11px;
    display: inline-block;
    background: url(../img/icon/rightArrow02.png) no-repeat center;
    background-size: 100%; 
    vertical-align: inherit;
    margin-left: 10px
}
/* //line btn */
/* black btn */
.blackBtn{
	display: inline-block;
	padding: 7px 10px;
	color: var(--txt-w);font-size: 14px;
	background-color: var(--btn-Lblck);
}
.blcCol{background-color:#F57C24!important;}
.blackBtn p{display:inline-block;margin:0;font-size:13px;font-weight:600;}
.Dgrey_btn{background-color: #444;}
.Lgrey_btn{background-color: #bbb;}
.regsStat_btn {width: 70px;height: 30px;
    display: inline-block;
    font-size: 13px;font-weight: 400;color: var(--txt-w); color: #fff;text-align: center;line-height: 28px; letter-spacing: 0.5px;
}
.btn_black{background-color: var(--tab-B); background-color: #444!important;}
.btn_b{background-color: var(--tab-B); background-color: #14335A;}
.btn_p{background-color: var(--tab-P)!important; background-color: #4E1D60!important;}
.btn_g{background-color: var(--tab-G)!important; background-color: #1E5542!important;}
.stat_black{background-color: var(--tab-B); background-color: #444;}
.stat_b{background-color: var(--tab-B); background-color: #0048A3;}
.stat_p{background-color: var(--tab-P)!important; background-color: #6A1E8D!important;}
.stat_Dg{background-color: #444;}
.stat_g{background-color: var(--tab-G)!important; background-color: #1E5542!important;}
.stat_cont{background-color: #bbb!important;}
/* //black btn */
/* register btn */
.registerBtn_wrap{margin-top: 80px;
    text-align: center;
    
}
.registerBtn {width: 200px; height: 60px; 
    display: inline-block;
    background-color: #14335A;
    color: #fff; color: var(--txt-w); font-size: 16px; font-weight: 500; letter-spacing: -0.15px;
    cursor: pointer;
    border: none;outline: none;
    overflow: hidden; 
    position: relative;

}
.registerBtn a{  width: 100%; height: 100%;
    display: inline-block;
    line-height: 60px;
    position: relative; z-index: 5;
}
.registerBtn:before,
.regBox_contentBtn::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition-delay: 0.2s;
  }
.registerBtn:after,
.regBox_contentBtn::after{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);
    transition: 0.5s;
    transition-delay: 0.5s;
}
.registerBtn:hover::after,
.regBox_contentBtn:hover:after{left: 100%;}
/* //register btn */
/* hover */
.lineBtn:hover span{font-weight: 500;}
.lineBtn:hover::after{content:"";
    width: 100%; height: 100%;
    display: inline-block;
    position: absolute; left: 2px; top: 2px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000
}
/* ::: //button setting::: */
/* :::radio::: */
 .lnbformWrap00 label{margin-right: 30px;}
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
	position: absolute;
    opacity:0!important;
}
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label{position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    width: 130px;
    color: var(--txt-D); color: #444; font-size: 15px; font-weight: 400; line-height: 20px;
}
input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {content: '';
    position: absolute;left: 0;top: 50%;
    transform: translateY(-50%);
    width: 16px; height: 16px;
    border: 1px solid #444;
    border-radius: 100%;
    background: #fff;
}
input[type="radio"]:checked + label{
    color: var(--txt-D); color: #444; font-size: 15px; font-weight: 400;
}
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after { content: '';
    width: 10px; height: 10px;
    background: #333;
    position: absolute;  top: 5px;left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0); transform: scale(0);
}
input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1); transform: scale(1);
}
@media (max-width: 1200px){
    .lnbformWrap00 label{margin: 0 20px;}
    .lnbformWrap00_a label{margin: 10px 10px 0 0!important;}
    .inr{ padding-left: 20px!important; padding-right: 20px!important;}
    
}
@media (max-width: 767px){
    .lnbformWrap00 label{margin-left: 0;}
    .lnbformWrap00_b label{margin: 10px 0 0 0;}
    .registerBtn{width: 170px;height: 50px;
        font-size: 18px;
    }
    .registerBtn a{line-height: 48px;}
    .registerBtn_wrap { margin-top: 50px;}
} 

/* ::://radio :::*/
/* :::select :::*/

  /** Custom Select **/
  .custom-select-wrapper {  position: relative;
    display: inline-block;
    user-select: none;cursor: pointer;
    border: 1px solid #eee;/* border-radius: 5px; */
    z-index: 9999;
  }
  .custom-select-wrapper select {display: none; }
  .custom-select { position: relative;
    display: inline-block;
    font: 13px/1.5 "Roboto", sans-serif;
    
  }
  .custom-select-trigger {position: relative;
    display: block;
    min-width: 130px;
    padding-left: 10px;
    font-weight: 100; color: #6e7c83; line-height: 50px;
    background-color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }

  /* .custom-select-trigger:before {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 50px;
    top: 3px;
    right: 50px;
    margin-top: -3px;
    border-right: 1px solid #c7d1d6;
    transition: all 0.35s ease-out;
    transform-origin: 50% 0;
  } */
  .custom-select-trigger:after { content: "";
    position: absolute;top: 50%;right: 20px;
    display: block;
    width: 10px; height: 10px;
    margin-top: -3px;
    border-bottom: 1px solid #c7d1d6; border-right: 1px solid #c7d1d6;
    transform: rotate(45deg) translateY(-50%);
    transition: all 0.35s ease-out;
    transform-origin: 50% 0;
  }
  .custom-select.opened .custom-select-trigger:after { margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
  }
  .custom-options {
    position: absolute;top: 100%;left: 0%; right: 0;
    display: block;
    width: 100%;
    margin: 10px 0;
    /* border-radius: 5px; */
     border: 1px solid #eee;
    background-color: #fff;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    opacity: 0;visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
  }
  .custom-select.opened .custom-options {
    opacity: 1; visibility: visible;
    pointer-events: all;
    transform: translateY(-8px);
  }
  .option-hover:before { background: #f9f9f9; }
  .custom-option {position: relative;
    display: block;
    padding: 0 22px;
    font: 13px/1.5 "Roboto", sans-serif;font-weight: 400;color: #b5b5b5;line-height: 47px;
    cursor: pointer;
    transition: all 0.05s ease-in-out;
  }
  .custom-option:first-of-type { 
      /* border-radius: 4px 4px 0 0;border-top-right-radius: 5px;border-top-left-radius: 5px;   */
}
  .custom-option:last-of-type { border-bottom: 0; 
    /* border-radius: 0 0 4px 4px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; */
 }
  .custom-option:hover,
  .custom-option.selection {color: #fff;
    background-color: #ccc;
  }
  @media(max-width: 767px){
    .custom-select-trigger { min-width: 100px;
        line-height: 38px;
      }
      .custom-option {  line-height: 38px;  }
  }
/* ::://select :::*/
/* ======================================// COMMON ======================================*/

/* ====================================== HEADER ======================================*/
#header{width: 100%; 
	position: fixed;
	padding: 0 40px;
    z-index: 99999;
    top: 0;
}
.headerContent{width: 100%; 
/* max-width: 1850px;  */
height: 80px;
    margin: 0 auto;
    display: flex;justify-content: space-between;align-items: center;
}
.topLogo {display: inline-block;
    position: relative; z-index: 999;
    cursor: pointer;
}
.topLogo img{
	/* width: 290px; */
 max-height: 40px;
	object-fit: cover;
}
.main-nav>ul{display: flex;
	justify-content: center; align-items: center;
    white-space: nowrap;
}
.main-navList{position: relative;
	padding: 0 20px;
	cursor: pointer;
}
.main-navList>a{font-size: 18px; letter-spacing: -0.2px; color: var(--txt-w); color: #fff; line-height: 80px;
	display: inline-block;
}
.sub-MenuList a{font-size: 15px; letter-spacing: -0.4px; color: var(--txt-w); color: #fff; line-height: 24px;
	display: inline-block;
}
.hd_liveCall,
.Mbhd_liveCall{background: #fff; 
	border-radius: 50px; 
    display: inline-block;
    font-size: 15px; color: var(--txt-D); color: #222;font-weight: 500; line-height: 45px;text-align: center;
    cursor: pointer;position: relative;
    overflow: hidden;
}

.hd_liveCall a,
.Mbhd_liveCall a{width: 170px; height: 46px;
	font: inherit;
	display: inline-block;
    display: flex;  justify-content: center;   align-items: center;

}
.hd_liveCall:before,
.Mhd_liveCall:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition-delay: 0.2s;
  }
  .hd_liveCall:after,
  .Mbhd_liveCall:after{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);
    transition: 0.5s;
    transition-delay: 0.5s;
  }
.hd_liveCall a::after{content:"";
	display: inline-block;
	width: 20px; height: 20px;
	background: url(../img/icon/icon-tel_blck.png) no-repeat center;
	background-size: 100%;
	vertical-align: text-top;
	margin-left: 12px
}
.sub-MenuList + .sub-MenuList{padding-top: 14px}
.sub-MenuList a{position: relative;}
.sub-MenuWrap{width: 188px;
	padding: 0;
	position: absolute; 
	left: -10%; 
	/* left: 50%;  */
	/* transform: translateX(-50%); */
	top: 80px; 
	z-index: 100;
	background-color: var(--btn-Lblu);background-color: #0048A3;
    color: var(--txt-w); text-align: center;
	transition: all 0.3s;
    height: 0;
	opacity: 0;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
    overflow: hidden;
}
/* header Sticky */
#header.headerSticky{
    background-color: #fff;
}

#header.headerSticky .main-navList>a{color: #222;font-weight: 500;
    line-height: 70px;
}
#header.headerSticky .hd_liveCall {background-color: #fff;
    border: 1px solid #222;
}

#header.headerSticky .mobile_menuBtn span{background-color: #222;}
#header.headerSticky, .headerContent{height: 70px;}
#header.headerSticky .sub-MenuWrap{top: 70px;}
/* //header Sticky */
/* hover */
.main-navList:hover .sub-MenuWrap{
    opacity: 1;
     height: auto;
     padding: 25px 25px;
}
.sub-MenuList>a::after{content:"";
    width: 0;height: 1px;
    background-color: #fff;
    position: absolute; left: 50%; bottom: -2px;
    transform: translateX(-50%);
    transition: width 250ms linear;
}
.sub-MenuList:hover>a::after{width: 100%;}
.hd_liveCall:hover, .Mbhd_liveCall:hover,
#header.headerSticky .hd_liveCall:hover{background-color: #000;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #000;
}
.hd_liveCall:hover a::after, .Mbhd_liveCall:hover a::before{
    background: url(../img/icon/icon_tel.png) no-repeat center;
    background-size: 100%
}

.hd_liveCall:hover:after,
.Mbhd_liveCall:hover:after{
    left: 100%;
}
/* :::::::: mobile toggle ::::::::*/
.mobile-nav{display: none;}
.mobile-nav{ width: 100%; height: 100%;
    z-index: 36;position: absolute;left: 0;top: 0;
    cursor: pointer;
}
.Mbmenu-nav, .Mbhd_liveCall{display: none;}
.mobile-nav.on{z-index: 9999;}
.mobile-nav.on::after{content:"";
    width: 100%; height: 100%; 
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    z-index: 1;
    position: fixed;
}
.mobile_menuBtn{position: absolute;top: 50%;right: 20px;
    transform: translateY(-50%);
    width: 25px; height: 18px;
    display: none; 
    z-index: 99999;
}
.mobile_menuBtn span{width: 25px; height: 2px;
    background-color: #fff;
    display: block;
    position: absolute; right: 0;
    transition: 0.3s ease-in-out;
}
.mobile_menuBtn span:nth-child(1){top: 0;}
.mobile_menuBtn span:nth-child(2){top: 50%;
    transform: translateY(-50%);
}
.mobile_menuBtn span:nth-child(3){bottom: 0}
.mobile-navWrap .main-nav{display: block}

.mobile-navWrap{
    /* opacity: 0; visibility: hidden; */
    right: -1000px;
    transition: right 0.5s ease
}
.mobile-navWrap.on{
    width: 280px;height: 100%;
    background: #fff;
    position: fixed;right: 0;top: 0; z-index: 9999;
    padding: 50px 40px;
    /* opacity: 1; visibility: visible; */
    z-index: 10000;
}
.Mbmenu-List>a{
    display: flex!important;  justify-content: space-between; align-items: center;
}
.Mbmenu-List:nth-child(-n + 3)>a:after,
.Mbmenu-List:nth-child(6)>a:after{content:"";
    border: solid #ccc; border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/* on */
.mobile-navWrap.on .Mbhd_liveCall{display: block;}
.mobile-navWrap.on .Mbmenu-nav{display: block}
.mobile-navWrap.on .mobile_menuBtn {z-index: 10000;}
.mobile_menuBtn.is_active span{background-color: #000}

.mobile-navWrap.on .main-nav, .hd_liveCall{display: block;
    display: block;
    position: relative;
    overflow: hidden;
}

.Mbmenu-List:not(:first-child){border-top: 1px solid #eee;}
.Mbmenu-List{color: var(--txt-M); color: #444; }
.Mbmenu-List>a{font-size: 15px; letter-spacing: -0.2px; color: inherit;font-weight: bold; line-height: 42px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
}

 .mobile-navWrap.on .Mbsub-MenuWrap{border-top: 1px solid #eee;
    width: 100%;
    padding: 10px 0 10px 20px;
    display: none;
    font-size: 14px; letter-spacing: -0.2px; color: #666;
} 
.Mbsub-MenuList>a{line-height: 21px;  font-size: 14px; letter-spacing: -0.2px;
    position: relative;
}
.Mbsub-MenuList + .Mbsub-MenuList{padding-top: 10px;}
 .Mbhd_liveCall{ border: 1px solid #eee;
    width: 170px;
    margin: 45px auto 0 auto;
    border-radius: 50px;
}
.Mbhd_liveCall a::before{content:"";
	display: inline-block;
	width: 20px; height: 20px;
	background: url(../img/icon/icon-tel_blck.png) no-repeat center;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 12px
}
.Mbmenu-List.on>a::after{

    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
/* hover */
.mobile_menuBtn.is_active span:nth-child(1){top: 50%;width: 19px;
    transform: rotate(45deg);

}
.mobile_menuBtn.is_active span:nth-child(3){top: 50%;width: 19px;
    transform: rotate(-45deg);
}
.mobile_menuBtn.is_active span:nth-child(2){right: 50px; 
    opacity: 0;
}
.Mbmenu-List.on .Mbsub-MenuWrap{display: block!important;}
.Mbmenu-List.on{color: #0048A3;}
.mobile-nav.on .Mbmenu-List:hover{color: var(--txt-Dblu); color: #0048A3 }
.Mbsub-MenuList:hover>a{font-weight: 500;}

/* ::::::::// mobile toggle ::::::::*/
/* media */
@media (max-width: 1550px){
    .main-nav>ul>li{padding: 0 18px}
}
@media (max-width: 1430px){
	#header{padding: 0 20px}
	.main-nav>ul>li{padding: 0 10px}
    .main-navList:hover .sub-MenuWrap{
		width: 160px;
		padding: 25px 30px;
		left: -20%;
	}
	
	.topLogo img {
		max-height: 34px;
	}
	.hd_liveCall a, .Mbhd_liveCall a {
		width: 150px;
		height: 40px;
		font-size: 14px;
	}
	.hd_liveCall a::after {
		width: 16px;
		height: 16px;
		margin-left: 10px;
	}
}
@media (max-width: 1250px){
	.topLogo img {
		max-height: 30px;
		width: auto;
	}
	.main-nav>ul>li{padding: 0 12px}
	.main-nav>ul>li a {
		font-size: 15px;
	}
	.hd_liveCall a {font-size: 14px;}
	.topLogo img {max-height: 33px;width: auto;}
    .main-navList:hover .sub-MenuWrap{
        width: 150px;
		padding: 25px 20px;
		left: -30%;
    }
    .hd_liveCall{height: 40px;line-height: 38px; }
    .hd_liveCall a {
        width: 135px; height: 40px;
        font-size: 13px;line-height: 38px;
    }
    .hd_liveCall a::after {width: 15px;height: 15px;
        vertical-align: middle;
    }
    .sub-MenuList a{font-size: 14px}
   
@media (max-width: 1100px){
    .hd_liveCall{display: none;}
    .main-nav>ul>li{padding: 0 12px}
    
}
@media (max-width: 991px){
    .main-nav,
    .hd_liveCall{display: none;}
    .mobile_menuBtn{display: block}
    .mobile-nav{display: block;}
    #header.headerSticky, .headerContent{height: 55px;} 
    
}
@media (max-width: 767px){
	.topLogo img {    max-height: 35px;  max-width: 245px;}
   
}
}
/* //media */
/* ======================================// HEADER ======================================*/

/* ====================================== ASIDE - QUICK ======================================*/

.quick{position: fixed; right: 0; top: 320px; z-index: 9999;
    transition: top 0.5s ease-in-out;
}
.quickWrap{width: 110px;}
.quickList{width: 100%; height: 110px;
    text-align: center; font-weight: 500; font-size: 15px;
    display: flex; flex-direction: column; flex: 1 auto;
    justify-content: center; align-items: center;
    position: relative;
}
.quickList a {width: 100%; height: 100%; 
    position: absolute;left: 0;top: 0;
}
.quickList a small{font: inherit;
    position: absolute;  left: 0;  bottom: 17px;
    width: 100%;
    font-weight: 500;
}
.quickList:nth-child(2) a small{font-weight: 400!important;}
.quickList a small::before{
    position: relative;  top:-15px; left: 50%;  transform: translateX(-50%);
}
.quickList:nth-child(1){background-color: var(--quick-yellow); background-color: #FDDC3F;
    color: #3C1E1E
}
.quickList:nth-child(1) a small::before{content:"";
    display: block;
    width: 44px; height: 40px;
    background: url(../img/icon/quick_kakao.png) no-repeat top;
    background-size: 100%;

}
.quickList:nth-child(2){background-color: var(--quick-blee); background-color: #14335A;
    color: var(--txt-w); color: #fff
}
.qupctel{
	display:inline-block;
}
.qumotel{
	display:none;
}

.quickList:nth-child(2) a small::before{content:"";
    display: block;
    width: 40px; height: 40px;
    background: url(../img/icon/quick_viture.png) no-repeat top;
    background-size: 100%;

}
.quickList:nth-child(3){background-color: var(--quick-grey); background-color: #F6F6F6;
     color: #333
}
.quickList:nth-child(3) a small::before{content:"";
    display: block;
    width: 40px; height: 40px;
    background: url(../img/icon/quick_blog.png) no-repeat top;
    background-size: 100%;

}
/* js animation */
.quick.sticky{position: fixed; top: 70px!important;}
@media (max-width: 991px){
    .quickWrap { width: 80px;}
    .quickList {height: 80px;
        font-size: 12px;
    }
    .quickList:nth-child(1) a small::before{ width: 34px; height: 30px;}
    .quickList:nth-child(2) a small::before{ width: 30px; height: 30px;}
    .quickList:nth-child(3) a small::before{ width: 30px; height: 30px;}
    .quickList a small::before{ top:-10px;}
    .quick.sticky{position: fixed; top: 55px!important;}
}

@media (max-width: 767px){
	.qupctel{
		display:none;
	}
	.qumotel{
		display:inline-block;
	}
}

@media (max-width: 500px){
    .quickList{width: 60px;height: 60px;
        margin-right: 0;
    }
    .quickWrap {width: 60px;}
    .quickList a small { bottom: 8px;}
    .quickList a small::before{top: -8px;}
    .quickList:nth-child(1) a small::before{ width: 23px; height: 23px;}
    .quickList:nth-child(2) a small::before{ width: 23px; height: 23px;}
    .quickList:nth-child(3) a small::before{ width: 23px; height: 23px;}
    .quickList .mN{display: none;}
}
/*// media  */
/* ======================================// ASIDE - QUICK ======================================*/


/* ====================================== FOOTER ======================================*/
#footer{width: 100%;
    background-color: #222;
    color: #fff;
    padding: 60px 0 55px 0
}
#footer .inr{font-size: 0;}
.footer_left{display: inline-block;
    max-width: 50%; 
    vertical-align: middle;
}
.footer_right{display: inline-block;
    max-width: 40%;
    vertical-align: middle;text-align: right;
    float: right;
    padding-top: 32px;
}

.footerLogo{margin-bottom: 20px;}
.footerLogo figure, 
.footerLogo figure img{max-width: 100%; max-height: 40px;}
.footerInfoList{display: inline-block; 
    font-size: 13px; color: #999; font-weight: 400; line-height: 28px;
}
.footerInfoList:not(:last-child){padding-right: 30px;}
.footerInfoList {color: #777}
.footerInfoList strong{padding-right: 10px;}
.copy{color: #777; font-size: 12px; line-height: 30px;
    padding-top: 20px;
}
.footerContactList{font-size: 20px; font-weight: 500; color: var(--txt-w); color:#fff; line-height: 28px;
    font-family: 'Montserrat', sans-serif;
}
.footerContactList strong{width: 67%; 
    margin-left: 30px;
    display: inline-block;
}
.footerContactList em{
    text-align: left;
    display: inline-block;
    width: 20%;
}
.footerContactList:not(:first-child){padding-top: 10px;}
.footerContactList:not(:last-child){
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.footerContactSnsList{
	display:block;
	padding-top:10px;
}
.footerContactSnsList a img{
	height:22px;
	margin-right:14px;
}

/* media */
@media (max-width: 991px){
    .footer_right {padding-top: 60px; }
    .footerContactList{font-size: 16px}
    .footerContactList em {width: 15%;}
}
@media (max-width: 767px){
    #footer {padding: 40px 0}
    .footerContactWrap{display: none}
    .footer_left { display: block;
        max-width: 100%;
    }
    .footer_right{display: none;}
    .lnbformWrap01.mg_b80 {margin-bottom: 40px;}
}
@media (max-width: 500px){
    #footer {padding: 20px 0}
    .footerLogo figure, 
    .footerLogo figure img {max-height: 30px; }
    .footerLogo {margin-bottom: 30px; }
    .footerInfoList { display: block;
        font-size: 12px;line-height: 24px;
        padding: 0;
    }
    .copy { padding-top: 40px; }
}
/* //media */
/* ====================================== //FOOTER ======================================*/
/* ====================================== POPUP CSS======================================*/
.modalTrigger{  border: none; background: none;
    outline: none;
    cursor: pointer;
    width: 100%; height: 100%;
    position: relative; z-index: 5;
}
.modal { display: none; 
    position: fixed;   z-index: 8888;  left: 0; top: 0;
    width: 100%;  height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);   background-color: rgba(0,0,0,0.4); 
}

.profile-popup {position: fixed;left: 0;top: 0;
	height: 100%;width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.popup-container {width: 100%;height: 100%;
	position: relative;margin: 0 auto;
	background: inherit;text-align: center;
}

.popup-close {width: 19px; height: 19px;
	text-align: center;
    z-index: 800; position: absolute; top: 11px;right: 11px;
    padding-top: 7px;
	background-image:url(../img/icon/icon_close.png); background-position: center center; background-size:100%; background-repeat:no-repeat;
    text-indent: -9999px;
    cursor: pointer;

}   
.profileBox{position:relative;
	margin: 0 auto;
    background-color: #fff;
    text-align: center;
    max-width: 1082px;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}
.pop_left{max-width: 480px; height: 588px;
    background: url(../img/main/popBg.png) no-repeat center;
    background-size: cover;
    padding: 56px 58px 0 58px;
    display: flex; justify-content: center; align-items: flex-end;
    background-color: #14335a;
 }

.pop_left figure img{max-width: 364px; max-height: 533px}
.pop_right{padding: 80px;
    width: 100%; 
    text-align: left;
}
.pop_Name{width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.pop_Name dt{font-size: 36px; letter-spacing: -1px; font-weight: 500; color: var(--txt-D); color: #222; line-height: 53px;
    display: inline-block;
}
.pop_Name dd{font-size: 18px; letter-spacing: -1px; font-weight: 500; color: var(--txt-L); color: #888; line-height: 53px;
    margin-left: 15px;
    display: inline-block;
}
.pop_exp{padding-top: 35px;}
.pop_exp li{display: flex;}
.pop_exp strong{ width: 28px; margin-right: 42px;
    font-size: 15px; letter-spacing: -1px; font-weight: 400; color: var(--txt-L); color: #888; line-height: 24px;
}
.pop_exp ul li{
    font-size: 15px; letter-spacing: -1px; font-weight: 400; color: var(--txt-D); color: #222; line-height: 24px;
}
.pop_exp>li:not(:last-child){margin-bottom: 30px;}

@media (max-width: 1200px){
    .profileBox{max-width: 95%;}
	.pop_right{padding:4%}
    .pop_left {padding: 5% 5% 0 5%;
        height: auto
    }
    .pop_left figure img {max-height: 450px; }
    
}

@media (max-width: 991px){
    .pop_Name{padding: 0;}
    .pop_Name dt { font-size: 28px;}
    .pop_Name dd {font-size: 15px;}
    .pop_exp {padding-top: 20px; }
    .pop_exp strong { margin-right: 20px;
        font-size: 14px
    }
    .pop_exp ul li{font-size: 14px}
    .pop_left { padding: 3% 3% 0px 3%;}
    .pop_left figure img {max-height: 420px; }
}
@media (max-width: 767px){
    .profileBox{display: block;}
    .pop_left { max-width: 100%;
        background-position: top right;
    }
    .profileBox {max-width: 80%;max-height: 90%;
        top: 53%;
    }
    .pop_left figure img { max-height: 300px;}
    .closeC_change{background-image: url(../img/icon/icon_closeWh.png);}
    .popup-close{ width: 15px;height: 15px}
 
}
@media (max-width: 500px){
 
    .pop_left figure img {max-height: 250px;  }
    .pop_Name dt {font-size: 25px;}
    .pop_Name dd {font-size: 14px;}
    .pop_exp strong { margin-right: 10px;
        font-size: 13px
    }
    .pop_exp ul li{font-size: 13px}
    .pop_right { padding: 5%;}
    .pop_left {background: url(../img/main/popBg.png) no-repeat top; 
        background-size: 125%;
        background-position: top;
    }
} 
/* ======================================// POPUP CSS======================================*/

/* ====================================== 404 PAGE======================================*/
#container404{
    position: relative;
    width: 100vw;height: 100vh;
    background-image: url(../img/visual/404-page-bg.jpg);
    background-size: cover;
    background-position:100% ;
}
.content404{ width: 100vw;height: 100vh;
    display: flex; align-items: center; justify-content: center;
    flex-direction: column;
}
.content404 span{text-align: center;}
.content404 strong{display: block;
    font-size: 30px;font-weight: 700; color: #333;
}
.content404 small{display: block;
    font-size: 14px;color: #888;font-weight: 500; line-height: 24px;
    margin: 20px 0 50px 0 ;
}
.buttonWrap404{font-size: 0;}
.buttonWrap404 button{outline: none;border-radius: 7px;}
.buttonWrap404 button a{width: 170px; 
    line-height: 50px; font-size: 14px;font-weight: 400; 
    display: block;
}
.buttonWrap404 button + button{margin-left: 10px;}
.buttonWrap404 .btn_wht{background-color: #fff;
    border: 1px solid #bbb;
    color: #333;
}
.buttonWrap404 .btn_b{
    border: 1px solid #14335A;
    color: #fff;
}
@media (max-width: 1200px){
    #container404 {background-position: 85%;}
}
@media (max-width: 991px){
    #container404 {background-position: 65%;}
}
@media (max-width: 767px){
    .content404{ align-items: center;  }
    .content404 span{margin-top: 100px;}
}
@media (max-width: 500px){
    #container404 {background-position: 63%;}
    .content404 strong{font-size: 21px;}
    .content404 small .mBr{display: block;}
    .buttonWrap404 button a {
        width: 130px;
        line-height: 40px;
    }
}
/* ====================================== //404 PAGE======================================*/


/* ====================================== 2022csba main ======================================*/
.csbaBox{
	position:fixed;
	top:120px;
	left:40px;
	z-index:1000;
}
.csbaBox img{
	height:224px;
}

.mo_csbaBox{
	display:none;
}
@media (max-width: 1700px){
	.csbaBox {
		left: 20px;
	}
	.csbaBox img{
		height:184px;
	}
}
@media (max-width: 1430px){
	.csbaBox {
		top: 120px;
		left: 20px;
	}
	.csbaBox img{
		height:184px;
	}
}
@media (max-width: 991px){
	.csbaBox {
		top: 80px;
		left: 20px;
	}
}
@media (max-width: 767px){
	.csbaBox{
		display:none;
	}
	

	.mo_csbaBox.nqUp{
		position: fixed;
		top: 60px;
		left: 6px;
		z-index: 1000;
	}
	.mo_csbaBox.nqUp img {
		height: 74px;
	}
	.mo_csbaBox{
		display:inline-block;
	}
	.mo_csbaBox {
		position:fixed;
		top: 70px;
		left: 10px;
		z-index:1000;
	}
	.mo_csbaBox img {
		height: 124px;
	}
}
/* ====================================== //2022csba main ======================================*/


/* ====================================== 2022csba sub ======================================*/
.sub_csbaBox{
	position:fixed;
	top:120px;
	left:40px;
	z-index:1000;
}
.sub_csbaBox img{
	height:224px;
}

.mo_sub_csbaBox{
	display:none;
}
@media (max-width: 1750px){
	.sub_csbaBox {
		position: absolute;
		top: 140px;
		right: 20px;
		left: inherit;
	}
}
@media (max-width: 991px){
	.sub_csbaBox {
		top: 90px;
	}
	.sub_csbaBox img {
		height: 164px;
	}
}
@media (max-width: 767px){
	/* .sub_csbaBox{ */
		/* display:none; */
	/* } */
	.sub_csbaBox {
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
	}
	.sub_csbaBox img {
		height: 124px;
	}
	

	.mo_sub_csbaBox.nqUp{
		position: fixed;
		top: 60px;
		left: 6px;
		z-index: 1000;
	}
	.mo_sub_csbaBox.nqUp img {
		height: 74px;
	}
	.mo_sub_csbaBox{
		display:inline-block;
	}
	.mo_sub_csbaBox {
		position:fixed;
		top: 70px;
		left: 10px;
		z-index:1000;
	}
	.mo_sub_csbaBox img {
		height: 124px;
	}
}
/* ====================================== //2022csba sub ======================================*/