#wrap {width: 100%; overflow: hidden;}



/*---------------------------- header -----------------------------------*/
header {position: fixed; z-index: 100; width: 100%; transition: .2s;}


.header_wrap {position: relative; width: 1200px; height: 100px; margin: 0 auto;}
.header_wrap .logo {position: absolute; top: 20px; left: 0; transition: .2s;}
.header_wrap .logo a {display: block; width: 180px; height: 60px; background: url(/_img/common/logo-w.svg); background-repeat: no-repeat; background-position: center; background-size: 100%;}
.header_wrap .nav_wrap {float: right; margin-top: 40px;}
.header_wrap .nav_wrap .nav_gnb {position: relative; display: flex;}
.header_wrap .nav_wrap .nav_gnb li {padding: 0 45px;}
.header_wrap .nav_wrap .nav_gnb li:last-of-type{padding-right: 0}
.header_wrap .nav_wrap .nav_gnb li a {display: block; font-size: 20px; font-weight: 500; transition: .2s; color: #fff;}


header.on { background-color: #fff; box-shadow: 0 3px 15px -15px #000;}
header.on .header_wrap .logo a {background-image: url(/_img/common/logo.svg);}
header.on .header_wrap .nav_wrap .nav_gnb li a {color: #333;}
header.on .header_wrap .nav_wrap .nav_gnb li a:hover {color: #2e73f2;}
header.on .header_wrap .sign_box a.search_btn {background-image: url(/_img/main/search_btn_b.png);}
header.on .header_wrap .sign_box a.mypage {background-image: url(/_img/main/mypage_b.png);}
header.on .header_wrap .sign_box_mobile a {color: #333;}


header.sub_head { background-color: #fff;}
header.sub_head .header_wrap .logo a {background-image: url(/_img/common/logo.svg);}
header.sub_head .header_wrap .nav_wrap .nav_gnb li a {color: #333;}
header.sub_head .header_wrap .nav_wrap .nav_gnb li a:hover {color: #2e73f2;}
header.sub_head .header_wrap .sign_box a.search_btn {background-image: url(/_img/main/search_btn_b.png);}
header.sub_head .header_wrap .sign_box a.mypage {background-image: url(/_img/main/mypage_b.png);}
header.sub_head .header_wrap .sign_box_mobile a {color: #333;}



/*sitemap*/
.all_menu {
    display: none;
    position: absolute;
    left: 0;
    width: 70px;
    height: 70px;
    z-index: 1;
}

.all_menu .btn {
    position: absolute;
    right: 23px;
    top: 25px;
    transition: all 0.4s;
    box-sizing: border-box;
    width: 24px;
    height: 18px;
    cursor: pointer;
}

.all_menu .btn span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
}

.all_menu .btn span:nth-of-type(1) {
    top: 0;
}

.all_menu .btn span:nth-of-type(2) {
    top: 8px;
}

.all_menu .btn span:nth-of-type(3) {
    bottom: 0;
}

.all_menu .btn.active span:nth-of-type(1) {
    transform: translateY(5px) rotate(-45deg);
}

.all_menu .btn.active span:nth-of-type(2) {
    opacity: 0;
}

.all_menu .btn.active span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
}

.sub_head .all_menu .btn span {
    background-color: #333;
}

header.on .all_menu .btn span {
    background-color: #333;
}


#gnbM.open {
    left: 0;
}

#gnbM.open #gnbNavigation > ul > li {
    animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}


#gnbM {
    position: fixed;
    top: 70px;
    left: -1000%;
    width: 100%;
    height: 100%;
    background: #2e73f2;
    z-index: 999999;
    overflow-y: auto;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
    box-sizing: border-box;
    overflow: hidden;
}

#gnbM p {
    text-align: center;
    font-size: 12px;
    color: #555;
}

#gnbM #gnbNavigation {
    width: 100%; height: 100%
}
#gnbNavigation #align_wrap {width: 100%; height: 100%; display: table;}

#gnbM #gnbNavigation #align_wrap > ul {
    display: table-cell; vertical-align: middle; width: 100%; height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 150px;
}

#gnbM #gnbNavigation #align_wrap > ul > li {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: -1px;
    background-size: 15px; text-align: center;
}

#gnbM #gnbNavigation #align_wrap > ul > li > a {
    display: block;
    text-decoration: none;
    line-height: 1;
    font-weight: 600;
    box-sizing: border-box;
    padding: 20px;
    font-size: 25px;
    color: #fff;
}



.log_condition {
    width: 100%;
}

.log_condition li {
    width: 50%;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    background: #333;
    box-sizing: border-box;
    font-size: 15px;
}

.log_condition li:first-of-type {
    border: 0;
}

.log_condition li a {
    display: block;
    width: 100%;
    padding: 15px 0;
    color: #fff;
    text-align: center;
}

.sns_icon {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 15px;
}

.sns_icon li {
    display: inline-block;
    padding: 10px 10px;
    font-size: 1px;
    transform: scale(1.2);
}

.sns_icon li img {
    
}

ul.quick_fnb {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

ul.quick_fnb li {
    position: relative;
    padding: 0 10px;
    font-size: 12px;
    display: inline-block;
}

ul.quick_fnb li::after {
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    height: 14px;
    background: rgba(0, 0, 0, 0.2);
    content: '';
}

ul.quick_fnb li:first-of-type::after {
    display: none;
}

ul.quick_fnb li a {
    color: #555;
    text-decoration: none;
    line-height: 1.4;
}

.m_copyright{
    width:100%;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: center;
}
.m_copyright span{
    line-height: 1.2;
    word-break: keep-all;
}


@media all and (max-width:1200px){
    .header_wrap {width: 100%; padding: 0 25px; box-sizing: border-box;}  
    .header_wrap .logo {left: 25px;}
    
}

@media all and (max-width:980px){
    .header_wrap  {padding: 0 20px; height: 70px;}
    .header_wrap .logo {left: 50%; top:50%; transform: translate(-50%, -50%);}
    .header_wrap .logo a {width: 90px}
    .all_menu {display: block;}
    .nav_wrap {display: none;}
}


/*---------------------------- main_container ---------------------------*/
.main_container {
    width: 100%;
}

/*main_visual*/
.main_visual_wrap {
    position: relative;
    width: 100%;
    height: 740px;
    background-color: #2e73f2;
}

.main_visual {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.main_visual .visual_txt {position: absolute; top: 50%; transform: translate(0, -50%); left: 20px;}
.main_visual .visual_txt p {color: #fff; line-height: 1; letter-spacing: -2px; padding: 12px 0 7px 0}
.main_visual .visual_txt p.vt01 {font-size:52px;}
.main_visual .visual_txt p.vt01 img {width: 200px; vertical-align: baseline; padding-right: 5px;}
.main_visual .visual_txt p.vt02 {font-size: 52px;}
.main_visual .visual_txt p.vt03 {font-size: 83px; font-weight: 700;}
.main_visual .visual_txt p.vt03 span {position: relative; padding-bottom: 7px;}
.main_visual .visual_txt p.vt03 span::after {position: absolute; bottom: 0; left: 0; width: 100%; height: 5px; background: #fff; content: '';}
.main_visual .visual_img {position: absolute; top: 50%; transform: translate(0, -48%); right: 20px;}
/* .main_visual .visual_img {position: absolute; top: 50%; transform: translate(0, -48%); right: 0;}*/

@media all and (max-width:1200px){
    .main_visual {width: 100%;}
}


@media all and (max-width:980px){
    .main_visual_wrap {height: 80vh}
    /* .main_visual_wrap {height: 100vh} */
    .main_visual .visual_txt {top: 20%; transform: none; left: 30px; z-index: 1;}
    .main_visual .visual_txt p {text-shadow: 0 0 10px rgba(0,0,0, 0.2);}
    .main_visual .visual_img {max-width: 98%; min-width: 350px; transform: none; bottom: 30px; right: 0;}
	/*     .main_visual .visual_img {max-width: 98%; min-width: 350px; top: auto; transform: none; bottom: 30px; right: 0;} */
    .main_visual .visual_img img {width:100%;}
}

@media all and (max-width:640px){       
    .main_visual .visual_img {bottom: 0px;}
	/*.main_visual .visual_img {bottom: 10px;} */
    .main_visual .visual_txt p  {padding: 7px 0 5px 0}
    .main_visual .visual_txt p.vt01 {font-size: 29px;}
    .main_visual .visual_txt p.vt01 img {width: 160px;}
    .main_visual .visual_txt p.vt01 strong {font-size: 55px;}
    .main_visual .visual_txt p.vt02 {font-size: 29px;}
    .main_visual .visual_txt p.vt03 {font-size: 57px;}
    .main_visual .visual_txt p.vt03 span {padding-bottom: 5px;}
    .main_visual .visual_txt p.vt03 span::after {height: 3px;}
    
}

.main_wrap {position: relative; width: 100%;}
.main_sec {width: 100%; margin: 0 auto; padding: 70px 0;}

.sub_tabs {width: 100%; display: flex; flex-wrap:wrap; justify-content: center; margin-bottom: 70px;}
.sub_tabs a {display: inline-block; width: 200px; height: 60px; line-height: 63px;  border: 1px solid #dedede; border-radius: 5px; box-sizing: border-box; margin: 0 6px; font-size: 18px; text-align: center; color: #333;}
.sub_tabs a.active {color: #fff; border-color:#222; background: #222;}

.one_pics {text-align: center;}

@media all and (max-width:990px){
    
    .sub_tabs {margin-bottom: 50px;}
    .sub_tabs a {width: 180px; height: 50px; line-height: 50px;}
}

@media all and (max-width:768px){
    
    .sub_tabs {margin-bottom: 30px; justify-content: space-between;}
    .sub_tabs a {width: 32%; height: 40px; line-height: 40px; border-radius: 3px; margin: 0; font-size: 16px;}
}



/*==================== footer ====================*/
footer { position: relative; width: 100%;}

.footer_bottom_wrap .copyright { text-align: center; padding: 30px 0}
.footer_bottom_wrap .copyright span { position: relative; padding: 0 8px; font-size: 13px; color: #b1b1b1; line-height: 1.46; word-break: keep-all;}
.footer_bottom_wrap .copyright span a {color: #b1b1b1;}
/*.footer_bottom_wrap .copyright span:nth-of-type(4n) {border-right: 0;}*/
/*.footer_bottom_wrap .copyright span:after {position: absolute; right: 0; top: 20%; width: 1px; height: 60%; background-color: #ddd; content: '';}*/


@media all and (max-width:1200px) {
    footer { box-sizing: border-box; padding: 0 20px;}
}

@media all and (min-width:980px){
    /*.footer_bottom_wrap .copyright span:nth-of-type(4n):after {display: none;}*/
}
@media all and (max-width:980px){
    .footer_bottom_wrap .copyright span {font-size: 12px; padding:0 6px;}
}
