@charset "UTF-8";

.wrap {width: 100%; height: 100%;}
.header {position: fixed; z-index: 5; width: 100%; background: transparent;  /*background: #f2f2f2;*/ display: flex; align-items: center; justify-content: center;  transition: all ease-in 0.3s;}
.header .back_menu_layer { z-index: 0;border-top: 0px solid #ececec; transition: all ease-in 0.3s; position: fixed; top:92px; height: 0; opacity: 0; width: 100%; left: 0; box-shadow: 0 3px 5px rgba(0,0,0,0.1);}
.header nav {height: 92px;}
.header nav > ul {height: 100%;}
.logo {padding-left: 35px;line-height: 0;position: fixed;top:0;left:0;z-index: 3;height: 93px;display: flex;align-items: center;justify-content: center;}
.logo > a > img { width: 249px; }
nav > ul {display: flex; align-items: center; justify-content: space-between;}
nav > ul > li {position: relative;}
nav > ul > li > a {color:#2f2f2f; font-size: 1.05rem; padding: 10px 40px; transition: all ease-in 0.5s;}
nav > ul > li > a + ul {width: 100%;}
.menu_join {display: flex; justify-content: flex-end; align-items: center; position: fixed; z-index: 7; right: 0; top:0;} 
.sub_menu {width: 100%; overflow: hidden; position: absolute; top:85px; background: transparent; z-index: 0; transition: all ease-in 0.3s; opacity: 0; height: 0px;}
.sub_menu > li > a { font-size: 0.9rem; text-align: center; width: 100%; display: block; padding: 5px 0; color: #c1c1c1;}
.hamberger_menu > a:hover > em {color:#000;}
.login {display: flex; align-items: center; justify-content: flex-end;}
.login .fa-solid.fa-display {margin-right: 10px; }
.login > ul > li {padding:0 10px; padding-right: 0; display: flex; align-items: center; justify-content: flex-end;}
.login > ul > li > a {color:#7c7c7c;}
.login > ul > li > a:hover {color:#000;}
.admin_menu {display: none; position: absolute; top:80%; overflow: hidden; right:0; width:150px; background: #fff; color:#2c2c2c; border-radius: 5px; box-shadow: 1px 1px 5px rgba(0,0,0,0.1);}
.admin_menu > li > a {padding:8px 10px; display: block; border-bottom: 1px dotted #dfdfdf;}
.admin_menu > li:last-child > a {border-bottom: 0;}
.admin_menu > li > a:hover,
.admin_menu > li > a:focus {background: #fffadf;}
.company_info_grp { color: #7c7c7c; word-break: break-all; width: auto; max-width: 200px; font-size: 0.85rem; text-align: right; padding-right: 0; }
.company_name_tit {padding: 0;}
.company_id_tit {padding:0; position: relative;}
.wrap.main .company_name_tit input[readonly],
.wrap.main .company_id_tit input[readonly],
.wrap.main .company_name_tit input,
.wrap.main .company_id_tit input{background: transparent; border: none; text-align: right; width:auto; min-width: 30px; width: auto; border: 0; max-width: 100%; outline: none;}
.company_id_tit i {margin-right: 5px; color: #aaaaaa; font-size: 0.7rem;}


/*메뉴 hover*/
.sub_menu.show {opacity: 1; height: auto;}
.header.add_bg,
.header.on {background: #fff;}
.header.on .back_menu_layer { border-top: 1px solid #ececec; background: #fff; top:92px; width: 100%; height: auto; opacity: 1; z-index: -1; left: 0;}
.header.on nav a {user-select:none}
.header.on .login a {color:#484848;}
.header.on nav > ul > li > a {padding: 10px 45px;}
.header.on nav > ul > li > a + ul > li > a {transition: all ease-in 0.1s; color:#676767;}
.header.on nav > ul > li > a + ul > li > a:hover { padding: 7px 0; background: #d9eaee; color: #555a99; font-family: 'SUIT-Bold';}
.header.on .sub_menu {text-align: right; } /*setting*/
.header > nav > ul > li::after {background-color: #f9c626; bottom: -36px; z-index: 0; content: ""; height: 2px; left: 50%; position: absolute; transition: all ease-in 0.3s; width: 0;} 
.header > nav > ul > li:hover::after,
.header > nav > ul > li:focus::after {left: 10%; width: 80%;}

.mobile_myinfo {display: none;}
.mobile_myinfo .on_login {display: flex; align-items: center; justify-content: space-between;}
.mobile_myinfo .on_login .fa-solid.fa-display {opacity: 0.4; margin-right: 2px; color: #9c300a;}

.wrap.main .mobile_myinfo input,
.wrap.main .mobile_myinfo input[read-only] {background: transparent !important; border:0 !important; outline: none !important;}
.on_login {padding: 10px; display: block;}
.on_login .svg-inline--fa.fa-display {margin-right: 10px; color: #949494;}
.on_login:hover .svg-inline--fa.fa-display {color: #7c7c7c; }
.header nav > ul > li.mobile_myinfo > a.on_login {background: #ffecb0; padding:5px 25px; }
.header nav > ul > li.mobile_myinfo.lg_page > a {padding:5px 35px; font-size: 1rem; color: #534125;}
.header nav > ul > li.mobile_myinfo.lg_page > a:hover,
.header nav > ul > li.mobile_myinfo.lg_page > a:focus {background: #fff8e3;}


/*swiper slider*/
.swiper-container {
  width: 100%;
  height: 100%;
  background: #020914;
}

.swiper-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
}


/*슬라이드*/
.swiper-container.swiper1 {
  background: #f2f2f2;
  height: 100%;
}

.swiper1 .swiper-wrapper {
  height: 100%;
}

.swiper1 .swiper-slide {
  height: 100%;
}

.swiper1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.swiper-container-horizontal.swiper1>.swiper-pagination-bullets { bottom: 30px;}
.swiper1 .swiper-pagination-bullet {border-radius: 30px; background: rgba(191,191,191,1); width:15px; height:15px; opacity: 1;}
.swiper1 .swiper-pagination-bullet-active {background: rgba(247,210,94,0.8); width: 38px;}

.section_slider {height: 100%;}
.txt_area {position: absolute; left: 10rem; top: 50%; margin-top: -15rem; }
.txt_area > span {line-height: 1.4;}
.txt_area .title_sub {text-align: left; font-size: 42px; display: block; margin-bottom: 5px; font-family: 'SUIT-SemiBold'; color: #7c7c7c;}
.txt_area .title_assist {text-align: left; font-size: 47px; display: block; font-family: 'SUIT-Bold'; color: #434343; line-height: 1;}
.txt_area .title_assist em {font-family: 'SUIT-Heavy';font-style: normal;}
.txt_area .title_main {text-align: left; display: block; font-size: 28px; color: #434343; margin-top: 20px;}
.txt_area .title_main em {font-family: 'SUIT-Heavy';color: #f9c626;}
.txt_area .title_main em.mf {color: #79371a;}
.txt_area .title_main em.ms {color: #0d176b;}


/*member login*/
.menu_join .login {position: relative;}
.menu_join .login > a {color: #7c7c7c; padding: 20px 10px; font-size: 15px;}
.menu_join .login > ul {color: #7c7c7c; font-size: 15px;}
.menu_join .toggle {position: absolute; top:30px; margin-left: -5px; background: #fff; padding: 20px; color:#000; display: none; z-index: 0;}
.header.on + .menu_join .login > a {color: #000;}
.header.on + .menu_join .hamberger_menu em {color: #000;}
.header.on + .menu_join .hamberger_menu > a:hover > em,
.header.on + .menu_join .hamberger_menu > a:focus > em,
.menu_join .login > a:hover,
.menu_join .login > a:focus {color: #000;}


/*scroll down*/
.ms_dw { writing-mode: vertical-rl; display: flex;  display: none; align-items: center; font-family: 'SUIT-Light'; justify-content: center; position: absolute; right: 30px; bottom: 100px; color: #f7f7f7; z-index: 0;}
.ms_dw span {margin-top: 50px; font-size: 12px;}
.ms_dw img {width: 20px; display: block; position: absolute; top: 15px; right: 2px;}
.movie_grp video {margin-top: 0;}


/*ONE STOP service*/
.intro_section {display: flex; padding:100px 0; align-items: center; justify-content: space-between; background:#fafafa;} 
.intro_section .intro_h2 { width: 35%; padding-left: 10rem; font-size: 2.6rem; font-family: 'SUIT-Bold'; color:#595959;}
.intro_section .intro_h2 > em {color:#f9c626;} 
.intro_section .intro_h2 > span { font-size: 1.05rem;  display: block;  margin-top: 20px; font-size: 1.1rem; } 
.intro_section .intro_h2 > span > em {color:#f9c626;} 
.intro_section .intro_slide {display: flex; flex:1; overflow: hidden;;}
.intro_section .intro_slide .card { display: flex; align-items: flex-start; justify-content: space-between; flex-direction: column; color: #fff; height: 400px; margin-right: 20px; padding: 30px;}
.intro_section .intro_slide .card:nth-child(1) {background: url(/resource/common/img/card_1.png) no-repeat center center; background-size: cover;}
.intro_section .intro_slide .card:nth-child(2) {background: url(/resource/common/img/card_2.png) no-repeat center center; background-size: cover;}
.intro_section .intro_slide .card:nth-child(3) {background: url(/resource/common/img/card_3.png) no-repeat center center; background-size: cover;}
.intro_section .intro_slide .card:nth-child(4) {background: url(/resource/common/img/card_1.png) no-repeat center center; background-size: cover;}
.intro_section .intro_slide .card .c_block > span {display: block; text-align: left;}
.intro_section .intro_slide .card .c_block > span:nth-child(2) {font-size: 1.7rem; line-height: 1.3; margin-top: 15px; font-family: 'SUIT-Bold';}
.intro_section .intro_slide .card .c_con > em {font-size: 1.7rem; line-height: 1.3; font-family: 'SUIT-Bold'; text-shadow: 1px 1px 5px rgba(0,0,0,0.9);}
.intro_section .intro_slide .card a { transition:all ease-in 0.3s; position: absolute; top:0; left:0; width:100%; height: 100%; background: url(/resource/common/img/arrow_right.png) no-repeat 150% 90%; opacity: 0;}
.intro_section .intro_slide .card a:hover {background-position:  90% 90%; opacity: 1;}

/*logistic*/
.logistic {padding: 100px 0;}
.logistic > h2 {width: 100%; text-align: center; font-size: 2.6rem; font-family: 'SUIT-Bold'; color: #595959;}
.logistic .fs_sb {max-width: 1600px; width: 100%; margin: 50px auto 0;}
.logistic .box_contents { width: 26%;}
.logistic .box_contents h3 {font-size: 2.2rem; font-family: 'SUIT-Bold';}
.logistic .box_contents h3 + p {color:#909090; font-size: 1.3rem; margin-top: 20px; width: 90%;}
.logistic .box_contents h3 {position: relative; display: flex; align-items: center;justify-content: space-between; padding-top: 20px;}
.logistic .box_contents h3::before {content: ''; position: absolute; width: 50px; height: 3px; background: #f9c626; top:0; left:0;}


/*customer story*/
.customer {background: #f7d25d url(/resource/common/img/custom_back.png) no-repeat 35% top; padding: 100px 0;}
.customer h2 {color:#fff; font-family: 'SUIT-Bold'; font-size: 2.7rem;}
.customer .customer_story {overflow: hidden;}
.customer .story_slider { margin-top: 40px;}
.customer .story_slider > div { border-radius: 20px; background: #fff; width: 100%; height: 310px; padding: 40px 40px 20px 40px; display: flex; flex-direction: column; justify-content: space-between; align-items: center;}
.customer .story_slider > div > div > h3 {font-size: 1.5rem; color:#484848; font-family: 'SUIT-Bold'; text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.customer .story_slider > div > div > h3 + p { text-align: left; margin-top: 20px; line-height: 1.6; font-size: 1.2rem; color: #8b8b8b; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.customer .customer_inner {width: 100%; padding: 0 35px;}
.customer .customer_logo {margin: 0 auto; text-align: right; display:inline-block; width: 100%; }
.customer .customer_logo img {display: inline-block; max-width: 150px;}
.customer .view_text {text-align: left; padding:0;}

/*partner*/
.partner {padding-top: 100px; padding-bottom: 100px;}
.partner .partner_contain {overflow: hidden; position: relative;}
.partner .partner_inner {max-width: 1600px; width: 100%; margin:0 auto;}
.partner .partner_inner > h3 {font-family: 'SUIT-ExtraBold'; font-size: 2.7rem; padding-bottom: 50px;}
.partner .partner_inner > h3 > em {font-size: 1.2rem; font-family: 'SUIT-Bold'; margin-left:4rem;}
.partner .partner_inner > h3 > em > i { font-family: 'SUIT-ExtraBold'; color: #f7d25d; }
.partner_contain .swiper-button-next {
  background: url(/godiva/img/common/next.png) no-repeat;
  background-size: 50% auto;
  background-position: center;
  position: absolute;
  top:50%;
  margin-top:-33px;
  right: 0;
  display: block;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.partner_contain .swiper-button-prev {
  background: url(/godiva/img/common/prev.png) no-repeat;
  background-size: 50% auto;
  background-position: 0px;
  position: absolute;
  top:50%;
  margin-top:-33px;
  left: 0;
  display: block;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 38px;
  font-weight: 600;
  color: #a3a3a3;
  z-index: 2;
}


/*guide*/
.guide {padding-top: 100px; padding-bottom: 100px; background: #f8f8f8 url(/resource/common/img/global_back.png) no-repeat right center; background-size:auto 100%; display: flex; align-items: center; justify-content: space-between; z-index: 1;}
.guide .guide_inner {display: flex; align-items: center; justify-content: space-between; max-width: 1600px; width: 100%; margin:0 auto;}
.guide .guide_inner h2 {font-size: 2rem;  font-family: 'SUIT-Bold';} 
.guide .guide_inner .info_text {margin-top: 30px; color:#7c7c7c; }
.guide .guide_inner .info_text span {position: relative; padding-left: 2.2rem; margin-right: 2rem; font-size: 1.53rem; font-family: 'SUIT-Bold';}
.guide .guide_inner .info_text span::before {position: absolute; top:0; left:0; content: ''; width: 18px; height: 100%; background: url(/resource/common/img/check_main.png) left center no-repeat; background-size: 100%;}
.guide .guide_inner .btn_free { transition: all ease-in 0.2s; display: flex; align-items: center; justify-content: space-between; border-radius: 100px; padding: 15px 40px; background: #fff; font-size: 1.4rem; }
.guide .guide_inner .btn_free > img {margin-left: 1.5rem;}
.guide .guide_inner .btn_free:hover,
.guide .guide_inner .btn_free:focus {
  box-shadow:  10px 10px 20px 0px #eeffb0,  /* inner white */
  10px 10px 100px 0px rgb(255, 239, 195); /* middle magenta */
} 


/*footer*/
.footer {background: #313131; padding-top: 60px; padding-bottom: 60px;}
.footer .footer_inner {max-width: 1600px; margin:0 auto; width: 100%; flex-direction: column; justify-content: center;}
.footer .footer_inner h2 {opacity: 0.8;}
.footer .footer_inner h2 img {width: 200px;}
.footer .footer_inner .inner_set {display: flex; align-items: center; justify-content: space-between;}
.footer .footer_inner address p {font-size: 17px; color:#c3c3c3; font-size: 1rem;}
.footer .footer_inner .sns.ac_sb li {padding-left: 15px;}
.footer .footer_inner .site_guide {border-top:1px solid #5f5f5f; margin-top: 30px; padding-top: 30px; display: flex; align-items: center; justify-content: space-between;} 
.footer .footer_inner .site_guide address {color: #c3c3c3;}
.footer .footer_inner .site_guide a {color: #c3c3c3; padding-left: 36px;}
.footer .footer_inner .sns_link {display: flex; align-items: center; justify-content: flex-end;}
.footer .footer_inner .sns_link a {margin-left: 20px; opacity: 0.7;}
.footer .footer_inner .info_address {padding: 20px 0 0;}


@keyframes mouse_scl {
  0% {
    top: 15px;
  }
  100% {
    top: 25px;
  }
}

/* 단일 속성 */
.ms_dw img {
  animation-name: mouse_scl; /* 키프레임의 이름 */
  animation-duration: 0.8s; /* 애니메이션 지속시간 */
  animation-delay: 0.5s; /* 애니메이션이 몇초 뒤에 실행? */
  animation-direction: alternate;
  /* 애니메이션을 0% -> 100%으로만 실행할건지? 100% -> 0%로 실행할건지? 아니면 0% -> 100% -> 0% 반복할건지?(alternate) */
  animation-iteration-count: infinite; /* 몇번 애니메이션을 반복할건지? */
  /*animation-play-state: paused; /* 시작할때 멈춤 상태 */
  /*animation-timing-function: 1s; /* 어떤 타이밍 함수로 애니메이션을 실행할건지 */
  /*animation-fill-mode: both; /* 아래 참고 */
}
.main_slider {display: none;}
.m_ul {margin-top: 10px !important;}
.mobile_login_join {display: none;}
@media all and (max-width:800px){
    .ms_dw {display: none;}
}

@media (max-width: 1900px) {
  .logistic .fs_sb {width: 96%; padding-left: 0; margin:50px auto 0; max-width: 1600px;}
  .footer .footer_inner,
  .guide .guide_inner,
  .customer .customer_inner {margin:0 auto; padding: 0 35px; width: 100%; max-width: 1600px; } 
}
@media (max-width: 1800px) {
  .partner .partner_inner {width: 96%;}
}
@media (max-width: 1650px) {
  .hamberger_menu > a > em {display: none;} 
}
@media (max-width: 1550px) {
  .intro_section .intro_slide {margin-left: 3rem;}
}
@media (max-width: 1500px) {
  .txt_area {left: 7rem;}
  .intro_section .intro_h2 {padding-left:7rem;}
  .login.after_login {flex-direction: column; justify-content: flex-end;}
  .login > ul {width: 100%;}
  .on_login {padding: 5px 0;}
  .admin_menu {top:100%}
}
@media (max-width: 1400px) {
  .box_contents > h3 > img {margin-left: 20px;}
}
@media (max-width: 1300px) {
  nav > ul > li > a {padding: 10px 35px;}
  .header.on nav > ul > li > a {padding: 10px 37px;}
}
@media (max-width: 1260px) {
    .logo > a > img { width: 200px; }
    .footer .footer_inner h2 img {width: 180px;}
}
@media (max-width: 1200px) {
  nav > ul > li > a {padding: 10px 25px;}
  .header.on nav > ul > li > a {padding: 10px 27px;}
  .menu_join .login > a {padding: 20px 5px;}
  .hamberger_menu {margin-left: 10px;}
  .txt_area .title_sub,
  .txt_area .title_assist{font-size: 37px;}
  .txt_area .title_main {font-size: 24px;}
  .logistic > h2,
  .intro_section .intro_h2 {font-size: 2.2rem;}
  .logistic .box_contents h3 {font-size: 1.8rem;}
  .partner .partner_inner > h3,
  .customer h2 {font-size: 2.2rem;}
  .guide .guide_inner h2 {font-size: 1.6rem;}
  .guide .guide_inner .info_text span {font-size: 1.2rem;}
  .box_contents > h3 > img {margin-left: 10px;}
}
@media (max-width: 1110px) {
    .logo > a > img { width: 160px; }
    .footer .footer_inner h2 img {width: 150px;}
}
@media (max-width: 1100px) {
  nav {margin-left: -50px;}
}
/*mobile*/
@media (max-width: 1050px) {
  .header {height: 70px; background: #fff;}
  .logo {padding-left: 15px; height: 70px;}
  .logo > a > img { width: 180px; }
  .hamberger_menu {padding: 10px 15px 10px 10px; height: 72px; margin-left: 0;}
  .menu_join .login > a {padding: 10px 5px;}
  .header .back_menu_layer {display: none; transition: all ease-in 0s; height: 0;}
  .header > nav > ul > li::after {display: none;}
  .header nav { height: 100%; margin-left: 0px; position: fixed; right: -350px; top: 0; width: 270px; height: 100%; transition: all ease-in 0.4s; z-index: 6; background: #fff;}
  .header nav > ul {display: block; margin-top: 70px; overflow-y:auto; height: calc(100% - 70px); background: #fff; padding-bottom: 53px;}
  .header nav > ul > li > a {display: block; width: 100%;}
  .header nav > ul > li > a + .sub_menu {height: auto; transition: all ease-in 0s; opacity: 1; display: none; position: relative; top:0;}
  /*nav > ul > li > a + .sub_menu.m_view { position: relative; height: auto; display: block; opacity: 1; border:3px solid black; top:0; z-index: 1;}*/
  /*mobile icon add*/
  .header nav > ul > li:nth-child(1) > a {background: url(/resource/common/img/mm_icon_01.png) no-repeat 90% center; background-size: 24px;}
  .header nav > ul > li:nth-child(2) > a {background: url(/resource/common/img/mm_icon_02.png) no-repeat 90% center; background-size: 24px;}
  .header nav > ul > li:nth-child(3) > a {background: url(/resource/common/img/mm_icon_03.png) no-repeat 90% center; background-size: 24px;}
  .header nav > ul > li:nth-child(4) > a {background: url(/resource/common/img/mm_icon_04.png) no-repeat 90% center; background-size: 24px;}
  .header nav > ul > li:nth-child(5) > a {background: url(/resource/common/img/mm_icon_05.png) no-repeat 90% center; background-size: 24px;}

  .header nav > ul > li:nth-child(1) > a.m_on {background:#f3f3f3 url(/resource/common/img/mm_icon_01_ov.png) no-repeat 90% center; background-size: 24px;}
  .header nav > ul > li:nth-child(2) > a.m_on {background:#f3f3f3 url(/resource/common/img/mm_icon_02_ov.png) no-repeat 90% center; background-size: 24px;}
  .header nav > ul > li:nth-child(3) > a.m_on {background:#f3f3f3 url(/resource/common/img/mm_icon_03_ov.png) no-repeat 90% center; background-size: 24px;}
  .header nav > ul > li:nth-child(4) > a.m_on {background:#f3f3f3 url(/resource/common/img/mm_icon_04_ov.png) no-repeat 90% center; background-size: 24px;}
  .header nav > ul > li:nth-child(5) > a.m_on {background:#f3f3f3 url(/resource/common/img/mm_icon_05_ov.png) no-repeat 90% center; background-size: 24px;}
  
  .header.on nav > ul > li > a + ul > li > a:hover {background: #dfdfdf; color:#000; font-family: 'SUIT-Medium'; background: #f5f5f5;}
  /*.header nav > ul > li > a:hover,
  .header nav > ul > li > a:focus {background: #f3f3f3;}*/
  .header nav > ul > li > a.m_on {background: #f3f3f3;}
  .header nav.mobile {right:0;}
  .header nav.mobile > ul > li {border-bottom: 1px solid #ededed;}
  .header nav.mobile > ul > li > a {word-break: break-all;}
  .header nav.mobile > ul > li:first-child {border-top: 1px solid #ededed;}
  .header.on nav > ul > li > a + ul > li > a {/*font-size: 1.02rem;*/ font-size: 15px; text-align: left; padding-left: 40px;}
  .header.on nav > ul > li > a + ul > li > a:hover {padding-top: 5px; padding-bottom: 5px; padding-left: 40px;}
  .txt_area {left: 5rem;}
  .intro_section .intro_h2{padding-left: 5rem;}
  .back_m_mobile {opacity: 0; background: rgba(0, 0, 0, 0.4); position: fixed; width: 100%; height: 100%; top: 0; right: -100%; z-index: 4; transition: all ease-in 0.3s;}
  .back_m_mobile.active {right: 0; opacity: 1;}
  .login {display: none;}
  .mobile_login_join {display: flex; justify-content: center; align-items: center; position: absolute; width: 100%; bottom:0;}
  .mobile_login_join > a {width: 50%; padding:15px 0; display: block; text-align: center;} 
  .mobile_login_join > a:nth-child(1) {background: #f9c626; color:#fff; font-family: 'SUIT-Bold';}
  .mobile_login_join > a:nth-child(2) {background: #7c7c7c; color:#fff; font-family: 'SUIT-Bold';}
  .mobile_login_join > span:nth-child(1) { padding:15px 0; display: block; text-align: center; width:50%; background:#ff9f0f; display: block; color:#fff; font-family: 'SUIT-Bold';}
  .mobile_login_join > a:nth-child(2) {background: #7c7c7c; color:#fff; font-family: 'SUIT-Bold';}
  .mobile_myinfo {display: block;}
  .footer {padding-top: 50px; padding-bottom: 50px;}
  .footer .footer_inner {padding: 0 15px;}
  .footer .footer_inner h2 img {width: 150px;}
  .on_login .svg-inline--fa.fa-display {margin-right: 3px;}
}
@media (max-width: 1000px) {
  .intro_section .intro_slide {margin-left: 2rem;}
  .guide .guide_inner .info_text { margin-top: 15px;}
  .logistic .box_contents {width: 30%;}
  .intro_section .intro_slide .card .c_block > span {font-size: 1rem;}
  .intro_section .intro_slide .card .c_con > em,
  .intro_section .intro_slide .card .c_block > span:nth-child(2){font-size: 1.4rem;}
}
@media (max-width: 900px) {
  .intro_h2 > span > br {display: none;}
}
@media (max-width: 870px) {
  .guide {position: relative; background: none;}
  .guide::before {position: absolute; opacity: 0.4; background: url(/resource/common/img/global_back.png); content: ''; width: 100%; height: 100%; top:0; left:0; background-position: right center ; background-size: cover; z-index: 0;}
  .guide_inner {flex-direction: column; position: relative; z-index: 2;}
  .guide .guide_inner h2 {text-align: center;}
  .guide_inner > div:nth-child(2) {margin-top: 20px;}
  .guide .guide_inner .info_text span {margin-right: 1rem;}
}
@media (max-width: 800px) {
  .intro_section .intro_h2 {font-size: 1.9rem;}
  .logistic .fs_sb {flex-direction: column; margin-top:0;}
  .logistic .box_contents {width: 100%; margin-top: 50px;}
  .logistic .box_contents h3 {padding-top: 5px;}
  .logistic .box_contents h3 + p {margin-top: 0;}
  .logistic .box_contents:nth-child(1) img {margin-right: 17px;}
  .logistic .box_contents:nth-child(2) img {margin-right: 10px;}
  .partner .partner_inner > h3 {text-align: center;}
  .partner .partner_inner > h3 > em {display: block; margin-left: 0;}
  .partner .partner_contain {width: 96%; margin:0 auto;}
  .partner_contain .swiper-button-prev {left: -40px; display: none;}
  .partner_contain .swiper-button-next {right: -40px;  display: none;}
  .logistic .box_contents h3::before {width: 30px;}
  /*main section padding*/
  .intro_section,.logistic,.customer,.partner,.guide {padding: 80px 0;}
  .customer {background-position: 60% top; background-size: 150px; }
  .footer {padding:40px 0;}
  .customer .view_text {text-align: center;}
}
@media (max-width: 750px) {
  .txt_area {left: 3rem;}
  .intro_section .intro_h2{padding-left: 3rem;}
  th, td, body {font-size: 14px;}
}
@media (max-width: 700px) {
  .intro_section {flex-direction: column;}
  .intro_section .intro_h2 {width: 96%; text-align: center; padding-left: 0;}
  .intro_section .intro_h2 > em {display: block;}
  .intro_section .intro_h2 > br {display: none; }
  .txt_area {margin-top: -10rem;}
  .intro_section .intro_slide {margin-left: 0; margin: 30px auto 0; width: 96%;  }
  .customer .story_slider > div {padding:30px 30px 10px 30px;}
  .footer .footer_inner .site_guide {flex-direction: column-reverse;}
  .footer .footer_inner .site_guide a {padding-left: 5px; padding-right: 5px;}
  /*main section padding*/
  .intro_section,.logistic,.customer,.partner,.guide {padding: 60px 0;}
  .footer {padding:30px 0;}

}
@media (max-width: 600px) {
  .logo {height: 60px;}
  .logo > a > img{width: 180px;}
  .header {height: 60px;}
  .hamberger_menu {height: 60px;}
  .header nav {background: #fff;}
  .header nav > ul {margin-top: 60px;}
  .section_slider {height: 600px;}
  .txt_area .title_sub, .txt_area .title_assist {font-size: 30px;}
  .txt_area .title_main {font-size: 20px;}
  .logistic .box_contents h3 {font-size: 1.6rem;}
  .logistic > h2,
  .intro_section .intro_h2 {font-size: 1.8rem;}
  .logistic .box_contents h3 {font-size: 1.4rem;}
  .logistic .box_contents h3 + p {font-size: 1.1rem; width: 80%;}
  .partner .partner_inner > h3, .customer h2 {font-size: 1.8rem;}
  .guide .guide_inner h2{font-size: 1.4rem;}
  .logistic > h2, .intro_section .intro_h2 {width: 80%; margin:0 auto;}
  .logistic .box_contents:nth-child(1) img {width: 38px; }
  .logistic .box_contents:nth-child(2) img {width: 49px; }
  .logistic .box_contents:nth-child(3) img {width: 54px; }
  .customer .story_slider > div{height: 269px;}
  .customer .story_slider > div > div > h3 {font-size: 1.3rem;}
  .customer .story_slider > div > div > h3 + p {font-size: 1rem;}
  .partner_slider img {max-width: 120px;}
  .partner .partner_inner > h3 {padding-bottom: 30px;}
  /*main section padding*/
  .intro_section,.logistic,.customer,.partner,.guide {padding: 40px 0;}
  .logistic .box_contents,
  .customer .story_slider {margin-top: 20px;}
  .guide .guide_inner .btn_free > img {width: 13px;}
  .customer {background-position: 60% top; background-size: 100px; }
}
@media (max-width: 580px) {
  .guide .guide_inner .info_text span {display: block; max-width: 94%; margin:0 auto;} 
  .guide .guide_inner .btn_free {font-size: 1.2rem;}
}
@media (max-width: 500px) {
  .logistic > h2, .intro_section .intro_h2 {font-size: 1.5rem;}
  .logistic .box_contents h3 {font-size: 1.2rem;}
  .footer .footer_inner address p {font-size: 0.9rem;}
  .footer .footer_inner .info_address {text-align: center;}
  .footer .footer_inner h2 img {margin: 0 auto; width: 180px;}
  .footer .footer_inner h2 {text-align: center;}
  .footer .footer_inner .inner_set > div {width: 100%;}
  .footer .footer_inner .inner_set {flex-direction: column;}
  .footer .footer_inner .sns_link {justify-content: center;}
  .footer .footer_inner .sns_link a {margin-left: 10px; margin-right: 10px; margin-top: 20px; opacity: 0.7;}
  .footer .footer_inner .sns_link a img {width: 23px;}
  .footer .footer_inner .site_guide address {text-align: center; margin-top: 10px;}
  .footer .footer_inner .site_guide {padding-top: 20px; margin-top: 20px;}
  .hamberger_menu > a > em {display: none;}
}
@media (max-width: 470px) {
  .intro_section .intro_slide .card {height: 350px;}
}
@media (max-width: 450px) {
  .logistic .fs_sb {margin: 0 auto;}
  .logistic .box_contents h3 {flex-direction:column-reverse;}
  .logistic .box_contents img {margin-bottom: 20px; margin-top: 20px;}
  .logistic .box_contents h3::before {width: 90%; height: 1px; left:5%; right:0; margin-left:0; margin-right: 0;}
  .logistic .box_contents h3 + p {width: 100%; text-align: center; margin-top: 10px;}
  .logistic .box_contents:nth-child(1) img,
  .logistic .box_contents:nth-child(2) img,
  .logistic .box_contents:nth-child(3) img {margin-left: 0; margin-right: 0;}
}
@media (max-width: 400px) {
  .customer h2 {text-align: center;}
  .txt_area {left: 1rem; width: 90%; margin-top: -10rem;}
  .partner .partner_inner > h3 > em {font-size: 1rem;}
  /*main section padding*/
  .intro_section,.logistic,.customer,.partner,.guide {padding: 30px 0;}
  .partner .partner_inner > h3 {padding-bottom: 10px;}
  .header nav {width: 230px;}
  .customer {background-position: 100% top; background-size: 80px; }
  th, td {font-size: 0.85rem;}
}

@media (max-width: 350px) {
  .header nav {width: 180px;}
}