/* 모바일 메뉴시작 */
.menu-button {
}

.menu-button:hover {
 cursor: pointer;
}

.menu-wrap {
 background-color: #fff;
 padding: 0px 0;
 overflow: hidden;
 transition: all 0.3s;
 position: fixed;
 width: 300px;
 top: 0;
 left: -300px;
 bottom: 0;
 z-index: 999999;
}

.menu-overlay {
 background: rgba(0, 0, 0, 0.4);
 display: none;
 position: fixed;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 z-index: 900000;
}

.menu-close {
  opacity: 1;
  background-color: rgba(0,0,0, 0.8);
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  color:#fff;
  transition: all 0.3s;
  display:flex;
  justify-content: center; align-items: center;
}

.menu-close::before { content: "\00d7"; font-size: 16px; position: relative; line-height: 1em;}


.menu-toggle {
 display: none;
}

.menu-toggle:checked+.menu-wrap {
 left: 0;
}

.menu-toggle:checked ~ .menu-overlay {
 display: block;
}

.menu-title {
 color: #222;
 background:#fff;
 padding:12px;
 font-weight: 600;
 font-family:'Jeju Myeongjo';
 font-size:18px;
 letter-spacing:-1px;
 margin-bottom:0;
}

.menu-list {
 position: absolute;
 top: 40px;
 left: 0;
 bottom: 0px;
 width: 100%;
 height: inherit;
 padding:0px 0px;
 display: block;
 overflow: scroll;
}

.four_box { width:50%; float:left; padding:10px; background:#04aa9d; text-align:center; color:#fff; margin:0; border-bottom:1px solid #fff;}
.four_box:nth-child(2n) { border-left:1px solid white} 
.four_box a { color:#fff; }
.four_boxs { width:100%; float:left; padding:10px; background:#04aa9d; text-align:center; color:#fff; margin:0; border-bottom:1px solid #fff;}
.four_boxs a { color:#fff; }

.menu-wrap:hover .menu-list {
 overflow-y: auto;
}

.menu-list ul {
 list-style-type: none;
}
.menu-list ul > li > ul{
 list-style-type: none;
 padding:10px 0;
 background:#f9f9f9;
 border-top:1px solid #dcdcdc;
}
.menu-list ul > li:nth-last-child(2) > ul { border-bottom:1px solid #dcdcdc; }


.menu-list li {
 display: block;
}

.menu-list li:first-child {
 border-top: medium none;
}

.menu-list li a {
 display: block;
 padding: 10px 15px;
 font-size: 16px;
 letter-spacing:-1px;
 color: #444;
 text-decoration: none;
 border-top:1px solid #dcdcdc;
 position:relative;
}

.menu-list ul li .mb_arrow { vertical-align:baseline; top:15px; right:15px; position:absolute; }

.menu-list li:nth-last-child(1) a { padding:10px; width:100%; position:relative; bottom:0; left:0; color:#fff; font-weight:600; font-size:14px; text-align:center; background: #8BC34A; background: -webkit-linear-gradient(to right, #8BC34A, #93d571); background: linear-gradient(to right, #8BC34A, #93d571); }
.menu-list li:nth-last-child(1) a i { margin-right:5px; }
.menu-list li a.sub {
 display: block;
 padding: 5px 20px;
 font-size: 14px;
 letter-spacing:-1px;
 color: #777;
 text-decoration: none;
 border-top:0;
 border-bottom:0;
 position:relative;
}
.menu-list li a.adver {
 display: block;
 padding: 7px 0px;
 font-size: 16px;
 background: #fbe058; 
background: -webkit-linear-gradient(to right, #fbe058, #fae986); 
background: linear-gradient(to right, #fbe058, #fae986);
 margin:20px 0px;
 text-align:center;
 letter-spacing:-1px;
 font-weight:600;
 border:1px solid #ffda00;
 color: #222;
 border-radius:5px;
 text-decoration: none;
 border-bottom:0;
 position:relative;
}


label.phantom_burger_menu{
position:absolute;
 display:none;
 right:20px;
 flex-direction:column;
 width:20px;
 cursor:pointer;
}

label.phantom_burger_menu span{
 background: #777;
 height:3px;
 margin: 3px 0;
 transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);

}


.phantom_burger_menu span:nth-of-type(1){
 width:50%;
 
}

.phantom_burger_menu span:nth-of-type(2){
 width:100%;
}


.phantom_burger_menu span:nth-of-type(3){
 width:75%;
 
}


.phantom_burger_menu input[type="checkbox"]{
 display:none;
}


.phantom_burger_menu input[type="checkbox"]:checked ~ span:nth-of-type(1){
 transform-origin:bottom;
 transform:rotatez(45deg) translate(2px,1px)
}


.phantom_burger_menu input[type="checkbox"]:checked ~ span:nth-of-type(2){
 
 transform-origin:top;
 transform:rotatez(-45deg)
}


.phantom_burger_menu input[type="checkbox"]:checked ~ span:nth-of-type(3){
 
 transform-origin:bottom;
 width:50%;
 transform: translate(9px,-4px) rotatez(45deg);

}


/* 상단메뉴 */
.phantom-header-type01 { width:100%; position:fixed; top:0; left:0; z-index:99; background:#fff; font-size:0; display:block; box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.1); transition:.5s; }
.phantom-header-type01 .wrapper { width:100%; display:inline-block; position:relative;} 
.phantom-header-type01 .phantom-header-type01-container { width:100%; margin:0 auto; position:relative;}
.phantom-header-type01 .phantom-header-type01-container .sub_wrap { display:flex; justify-content: space-between; align-items: center; padding:0 20px}
.phantom-header-type01 .phantom-header-type01-container .logo { width:auto; float:left; line-height:70px; transition:.5s; }
.phantom-header-type01 .phantom-header-type01-container .logo a p { font-family:'Jeju Myeongjo'; letter-spacing:-1px; line-height:1; vertical-align:middle; font-size:20px; font-weight:900; position:relative; color:#000; display:inline-block; }



.phantom-header-type01 .phantom-header-type01-container .header-info { cursor:pointer; margin-left:20px; font-family:'Noto Sans KR'; letter-spacing:-1px; line-height:1; vertical-align:middle; font-size:13px; font-weight:500; position:relative; color:#555; display:inline-block; }
.phantom-header-type01 .phantom-header-type01-container .header-info:nth-child(1) { margin-left:0; }
.phantom-header-type01 .phantom-header-type01-container .header-info p > i { margin-right:3px; }
.phantom-header-type01 .phantom-header-type01-container .header-info:hover  { animation: bottom-to-top .1s linear alternate; color:#000;}

.phantom-header-type01 .phantom-header-type01-container .logo img { padding-left:30px; max-width:290px; }
.phantom-header-type01 .phantom-header-type01-container .phantom-nav { position:relative; width:auto; float:left; }
.phantom-header-type01 .phantom-header-type01-container .phantom-nav .gnb_empty { display:inline-block; margin-top:16px;}
.phantom-header-type01 .phantom-header-type01-container .phantom-nav .gnb_empty a { margin-left:0; font-weight:600; }
.phantom-header-type01 .phantom-header-type01-container .phantom-nav ul { position:relative; display:flex; justify-content: flex-end;}
.phantom-header-type01 .phantom-header-type01-container .phantom-nav ul li.depth1 { transition:.5s; min-width:142px; position:relative; text-align:center; line-height:70px; }
.phantom-header-type01 .phantom-header-type01-container .phantom-nav ul li.depth1 ul { border:1px solid #222; border-top:0; position:absolute; background:rgba(0,0,0, 0.8); display:none; line-height:24px; z-index:9999; width:100%; padding-top:0; top:70px; left:0; transition:.5s;}
.phantom-header-type01.active .phantom-header-type01-container .phantom-nav ul li.depth1 ul { position:absolute; background:rgba(0,0,0, 0.8); display:none; line-height:24px; z-index:9999; width:100%; padding-top:0; top:60px; left:0; transition:.5s; }
.phantom-header-type01 .phantom-header-type01-container .phantom-nav ul li.depth1:hover ul { display:block; transition:.5s;}
.phantom-header-type01.active .phantom-header-type01-container .phantom-nav ul li.depth1:hover ul { display:block; transition:.5s;}


.phantom-header-type01 .phantom-header-type01-container .phantom-nav ul li.depth1 ul li:hover { background:#f8f8f8; transition:0.3s ease all; }
.phantom-header-type01 .phantom-header-type01-container .phantom-nav ul li.depth1 ul li a { color:#fff; padding:5px;  font-size:13px; line-height:2.5em; text-align:left; margin:0; }
.phantom-header-type01 .phantom-header-type01-container .phantom-nav ul li.depth1 ul li:hover a { position:relative; color:#000; }
.phantom-header-type01 .phantom-header-type01-container .phantom-nav ul > li { display:inline-block; font-size:15px; letter-spacing:-1px; color:#000; transition:.5s; } 
.phantom-header-type01 .phantom-header-type01-container .phantom-nav ul li a {display:inline-block; font-size:15px; letter-spacing:-1px; color:#000; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s;}
.phantom-header-type01 .phantom-header-type01-container .phantom-nav ul li:nth-last-of-type(1) a { margin-right:0; }
.phantom-header-type01 .phantom-header-type01-container .phantom-nav ul li.depth2 { width:100%; border-top:1px solid #222; position:relative; }
.phantom-header-type01 .phantom-header-type01-container .phantom-nav ul li.depth2:nth-child(1) { margin-left:0; }
.phantom-header-type01 .phantom-header-type01-container .phantom-nav ul li.depth1 ul .ptmenu { width:100%; transition:.5s; margin:0 auto; max-width:1200px; text-align:center;}

.phantom-header-type01.active { background:#fff; transition:.5s; }
.phantom-header-type01.active .phantom-header-type01-container .phantom-nav ul li.depth1 { line-height:60px; transition:.5s;}
.phantom_submenu { width:100%; position:absolute; top:0; left:0; background:rgba(0,0,0, 0.4); display:inline-block; padding-bottom:20px; transition:0.3s ease all;}
.phantom-header-type01.active .phantom-header-type01-container .logo { line-height:60px;transition:.5s; }

#margin-top75 { height:75px; display:inline-block; }

@media all and (max-width:1200px) {
.pc_view { display:none; }
.mobile_view { display:inline-block; }
.phantom-header-type01 .phantom-header-type01-container { text-align:center; }
.phantom-header-type01 .phantom-header-type01-container .logo { float:inherit; line-height:65px;}
}

label.phantom_burger_menu{
 display:flex;
 flex-direction:column;
 cursor:pointer;
}

label span.line{
 background: #000;
 transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}


span.line:nth-of-type(1){
 width:100%;
 height:2px; 
}

span.line:nth-of-type(2){
 width:70%;
 height:2px;
}


span.line:nth-of-type(3){
 width:100%;
 height:2px;
}

.button_box { width:20%; display:flex; line-height:70px; transition:.5s; font-size:12px; color:#fff; z-index:9999; justify-content: flex-end; padding-right:30px; }
.button_box a { color:#fff; text-align:left; }
.button_box a:nth-child(1) { margin-right:20px; }
.button_box a:hover { color:#9ec8ff; transition:.5s; }
.phantom-header-type01.active .button_box { top:20px; transition:.5s; line-height:60px; }

.phantom-header-type01.active .button_box a { color:#000; }
.phantom-header-type01.active .phantom-header-type01-container .phantom-nav ul li a { color:#000; }


.phantom-header-type01.active .phantom-header-type01-container .logo .pc_view { display:none; }
.phantom-header-type01.active .phantom-header-type01-container .logo .mb_view { color:#000; display:inline-block !important; }


.phantom-header-type01.active .phantom_submenu { width:100%; position:absolute; top:0; left:0; background:#fff; display:inline-block; padding-bottom:15px; transition:0.3s ease all; box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.1);}
.phantom-header-type01.active .phantom-header-type01-container .phantom-nav ul li.depth1 ul li a { color:#fff; font-size:13px; line-height:2.5em; text-align:left; margin:0; }
.phantom-header-type01.active .phantom-header-type01-container .phantom-nav ul li.depth1 ul li a::after { content: ""; width: 0px; height: 1px; background: #222; position: absolute; left: 10px; top: 50%; transition: 0.4s ease all;}
.phantom-header-type01 .phantom-header-type01-container .phantom-nav ul li.depth1 ul li a::after { content: ""; width: 0px; height: 1px; background: #222; position: absolute; left: 10px; top: 50%; transition: 0.4s ease all;}
.phantom-header-type01 .phantom-header-type01-container .phantom-nav ul li.depth1 ul li:hover a::after {  width: 7px; }
.phantom-header-type01 .phantom-header-type01-container .phantom-nav ul li.depth1 ul li:hover a { padding-left: 25px; color:#000;}
.phantom-header-type01 .phantom-header-type01-container .phantom-nav ul li.depth1 ul li a { position:relative; transition: 0.4s ease all;}
.phantom-header-type01 .phantom-header-type01-container .phantom-nav ul li.depth1 ul li {position:relative; transition: 0.4s ease all;}
