body, html{width:100%;height:100%;padding:0;margin:0;}
body{overflow-y:scroll;}

.popup_temp3{position:fixed;top:50px;left:100px;z-index:999;background-color:#fff;border-radius:8px;box-shadow:0 0 10px #000;padding-top:0;font-size:0;margin:0;}
.popup_temp3 .close{display:block;width:30px;height:30px;position:absolute;top:-12px;right:-12px;overflow:hidden;background-color:#000;border-radius:50%;color:#fff;text-decoration:none;padding:0;margin:0;}
.popup_temp3 .close span{width:30px;height:30px;color:#fff;line-height:30px;text-align:center;font-weight:400;padding:0;margin:0;}
.popup_temp3 .viewLimit{display:flex;justify-content:flex-end;}
.popup_temp3 .viewLimit .viewToday{display:block;font-size:12px;color:#000;height:20px;line-height:30px;text-decoration:none;padding:0 20px 10px 0;}
.popup_temp3 .viewLimit .viewToday .material-icons{display:block;float:left;width:20px;height:20px;font-size:15px;text-align:center;line-height:30px;}

input[type=text]::-ms-clear{display:none;width:0;height:0;}
input[type=text]::-ms-reveal{display:none;width:0;height:0;}
input[type=password]::-ms-clear{display:none;width:0;height:0;}
input[type=password]::-ms-reveal{display:none;width:0;height:0;}

.moveTop{display:block;position:fixed;right:50px;bottom:50px;width:40px;height:40px;border-radius:50%;background-color:#fcc820;text-align:center;line-height:40px;font-size:30px;color:#fff;z-index:13;box-shadow:0 0 5px rgb(0 0 0 / 20%);cursor:pointer;}
.moveTop .material-icons{display:inline-block;width:40px;height:40px;text-align:center;line-height:40px;font-size:35px;color:#fff;}

.blocker{padding:200px;z-index:49;}

.topMenu{position:fixed;top:0;left:0;width:100%;height:120px;display:flex;justify-content:center;align-items:flex-end;transition:all 0.3s ease-in-out;z-index:12;}
.topMenu .menuGroup{width:1200px;height:80px;box-shadow:0px -8px 0px 0px rgb(255 255 255 / 20%);border-radius:3px;transition:all 0.3s ease-in-out;position:absolute;}
.topMenu .menuGroup .menuWrap{border-radius:4px;width:100%;height:100%;background-color:#fff;transition:all 0.3s ease-in-out;}
.topMenu .menuGroup .menuWrap .logo{float:left;width:220px;height:80px;}
.topMenu .menuGroup .menuWrap .logo a{display:block;height:40px;padding:20px;}
.topMenu .menuGroup .menuWrap .logo h1{height:40px;margin:0;}
.topMenu .menuGroup .menuWrap .logo h1 img{height:100%;}
.topMenu .menuGroup .menuWrap .mainMenu{float:left;width:calc(100% - 500px);height:80px;border-bottom:1px solid rgba(255, 255, 255, .2);}
.topMenu .menuGroup .menuWrap .mainMenu ul{padding:0;margin:0;display:block;height:80px;float:right;}
.topMenu .menuGroup .menuWrap .mainMenu ul li{float:left;list-style:none;display:block;padding:0 10px;margin:0;}
.topMenu .menuGroup .menuWrap .mainMenu ul li a{height:40px;line-height:40px;display:block;padding:20px 10px;font-size:15px;font-weight:700;color:rgb(116, 116, 116, 1);text-decoration:none;transition:all 0.3s ease-in-out;position:relative;}
.topMenu .menuGroup .menuWrap .mainMenu ul li a .material-icons{vertical-align:middle;display:inline-block;padding:0;margin:0;font-size:24px;margin-top:-5px;}
.topMenu .menuGroup .menuWrap .mainMenu ul li a:hover{color:rgba(20, 78, 153, 1);}
.topMenu .menuGroup .menuWrap .mainMenu ul li a:after{content:'';display:block;position:absolute;bottom:0;left:0;width:0;height:4px;background-color:rgba(0, 78, 153, 1);transition:all 0.3s ease-in-out;}
.topMenu .menuGroup .menuWrap .mainMenu ul li a:hover:after{width:100%;}
.topMenu .menuGroup .menuWrap .mainMenu ul li a.on{color:rgba(20, 78, 153, 1);}
.topMenu .menuGroup .menuWrap .mainMenu ul li a.on:after{content:'';display:block;position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:rgba(20, 78, 153, 1);transition:all 0.3s ease-in-out;}
.topMenu .menuGroup .menuWrap .quickSearch{float:right;width:260px;height:80px;padding-right:20px;position:relative;}
.topMenu .menuGroup .menuWrap .quickSearch .qsSubmit{width:40px;height:40px;border:none;margin:20px 0 0 5px;background-color:rgba(170, 170, 170, 1);color:#fff;border-radius:20px;position:absolute;top:0;right:20px;transition:all 0.3s ease-in-out;}
.topMenu .menuGroup .menuWrap .quickSearch .qsField{width:150px;height:36px;border:2px solid rgba(170, 170, 170, 1);padding:0 45px 0 15px;margin:0;text-align:center;margin:20px 0 0 0;border-radius:20px;transition:all 0.3s ease-in-out;position:absolute;top:0;right:20px;}
.topMenu .menuGroup .menuWrap .quickSearch .qsField:focus{border-color:rgba(20, 78, 153, 1);}
.topMenu .menuGroup .menuWrap .quickSearch .qsField:focus + .qsSubmit{background-color:rgba(20, 78, 153, 1);}

.topMenu.fixed{height:80px;transition:all 0.3s ease-in-out;box-shadow:0 0 5px rgb(0 0 0 / 20%);}
.topMenu.fixed .menuGroup{width:100%;border-radius:0;transition:all 0.3s ease-in-out;}
.topMenu.fixed .menuGroup .menuWrap{border-radius:0;transition:all 0.3s ease-in-out;}

.topMenu .menuGroup .menuWrap .quickSearch .memberLoginMobile{display:none;}

.mainSlide{height:850px;}

/* 회원서비스 */
.memberFormArea{display:none;position:absolute;top:80px;right:280px;width:340px;height:320px;background-color:#fff;border-radius:0 0 10px 10px / 0 0 10px 10px;box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.memberFormArea.joinAction{width:400px;height:670px;}
.memberFormArea.findAction{width:400px;height:410px;}

.memberFormArea .loginForm{width:300px;height:280px;padding:20px;position:relative;}
.memberFormArea .loginForm .title{padding:0;margin:0;overflow:hidden;margin:0 0 30px 0;font-size:20px;font-family:'Orbitron', sans-serif;font-weight:800;color:#135aa9;}
.memberFormArea .loginForm .memberClose{display:block;position:absolute;top:20px;right:20px;font-size:12px;text-decoration:none;color:#999;}
.memberFormArea .loginForm .memberClose .material-icons{display:inline-block;font-size:15px;vertical-align:middle;margin-top:-3px;}
.memberFormArea .loginForm .loginInput.loginID{height:60px;margin:0;position:relative;}
.memberFormArea .loginForm .loginInput.loginID label.userId{display:block;width:55px;height:27px;overflow:hidden;position:absolute;top:8px;left:0;font-size:13px;letter-spacing:-1px;color:#666;}
.memberFormArea .loginForm .loginInput.loginID input.userId{width:100%;height:30px;border:none;padding:0;margin:0;line-height:30px;font-size:13px;font-weight:500;border-bottom:2px solid #bcbcbc;}
.memberFormArea .loginForm .loginInput.loginID .userIdBd{display:block;}
.memberFormArea .loginForm .loginInput.loginID .userIdBd.focus:after{content:'';display:block;width:100%;height:2px;background-color:#4885ed;position:absolute;bottom:28px;left:0;animation-name:inputBorderFocus;animation-duration:.3s;}
.memberFormArea .loginForm .loginInput.loginID .userIdBd.focus.error:after{content:'';display:block;width:100%;height:2px;background-color:#ff0000;position:absolute;bottom:28px;left:0;animation-name:inputBorderFocus;animation-duration:.3s;}
.memberFormArea .loginForm .loginInput.loginID .userIdBd.blur:after{content:'';display:block;width:0;height:2px;background-color:#4885ed;position:absolute;bottom:28px;left:0;animation-name:inputBorderBlur;animation-duration:.3s;}
.memberFormArea .loginForm .loginInput.loginPWD{height:40px;margin:0;position:relative;}
.memberFormArea .loginForm .loginInput.loginPWD label.userPwd{display:block;width:55px;height:27px;overflow:hidden;position:absolute;top:8px;left:0;font-size:13px;letter-spacing:-1px;color:#666;}
.memberFormArea .loginForm .loginInput.loginPWD input.userPwd{width:100%;height:30px;border:none;padding:0;margin:0;line-height:30px;font-size:13px;font-weight:500;border-bottom:2px solid #bcbcbc;}
.memberFormArea .loginForm .loginInput.loginPWD .userPwdBd{display:block;}
.memberFormArea .loginForm .loginInput.loginPWD .userPwdBd.focus:after{content:'';display:block;width:100%;height:2px;background-color:#4885ed;position:absolute;bottom:8px;left:0;animation-name:inputBorderFocus;animation-duration:.3s;}
.memberFormArea .loginForm .loginInput.loginPWD .userPwdBd.focus.error:after{content:'';display:block;width:100%;height:2px;background-color:#ff0000;position:absolute;bottom:8px;left:0;animation-name:inputBorderFocus;animation-duration:.3s;}
.memberFormArea .loginForm .loginInput.loginPWD .userPwdBd.blur:after{content:'';display:block;width:0;height:2px;background-color:#4885ed;position:absolute;bottom:8px;left:0;animation-name:inputBorderBlur;animation-duration:.3s;}
.memberFormArea .loginForm .loginInput .material-icons{position:absolute;top:3px;right:0;color:#ccc;cursor:pointer;}
.memberFormArea .loginForm .loginInput .material-icons.eyes:after{content:'';display:block;position:absolute;top:0;left:10px;width:2px;height:23px;background-color:#ccc;transform:rotate(45deg);}
.memberFormArea .loginForm .loginInput .material-icons:hover{color:#4885ed;}
.memberFormArea .loginForm .loginInput .material-icons.eyes:hover:after{background-color:#4885ed;}
.memberFormArea .loginForm .loginInput .material-icons.eyes.on:after{display:none;}
.memberFormArea .loginForm .loginInput .help_tooltip{display:none;position:absolute;top:40px;right:-5px;width:270px;height:80px;background-color:#000;z-index:10;color:#fff;padding:20px;border-radius:10px;line-height:160%;font-weight:400;font-size:12px;}
.memberFormArea .loginForm .loginInput .help_tooltip a{color:#ffd53b;}
.memberFormArea .loginForm .loginInput.loginCheck{height:50px;margin:0;position:relative;}
.memberFormArea .loginForm .loginBtn{height:50px;}
.memberFormArea .loginForm .loginBtn .loginSubmit{padding:0;width:100%;border:none;height:38px;border-radius:3px;background:#4885ed;color:#fff;font-weight:400;cursor:pointer;font-size:15px;}
.memberFormArea .loginForm .loginMenu{padding:0;}
.memberFormArea .loginForm .loginMenu a{font-size:13px;text-decoration:none;color:#666;}
.memberFormArea .loginForm .loginMenu a:hover{text-decoration:underline;}

.memberFormArea .joinArea{width:360px;height:610px;padding:20px;}
.memberFormArea .joinArea .logo{padding:0;margin:0 0 20px 0;font-size:20px;font-family:'Orbitron', sans-serif;font-weight:800;color:#135aa9;}
.memberFormArea .joinArea .notice{margin:0 0 0 0;padding:10px;border:1px dashed #aaa;font-size:12px;line-height:18px;}
.memberFormArea .joinArea .joinAgree{padding:10px 0;clear:both;}
.memberFormArea .joinArea .joinAgree .termsResMsg{position:absolute;top:70px;left:0;width:360px;margin-left:20px;height:50px;border-radius:5px;background-color:#f82649;color:#fff;line-height:50px;text-align:center;font-size:13px;font-weight:bold;box-shadow:0px 3px 5px rgb(0 0 0 / 40%);display:none;}
.memberFormArea .joinArea .joinAgree .termsResMsg:after{border-top:10px solid #f82649;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:0px solid transparent;content:'';position:absolute;top:50px;left:170px;}
.memberFormArea .joinArea .joinAgree .joinTerms{padding:0;margin:0;}
.memberFormArea .joinArea .joinAgree .joinTerms li{padding:5px 0;margin:0;list-style:none;border-bottom:1px dashed #ccc;font-size:13px;}
.memberFormArea .joinArea .joinAgree .joinTerms li:last-child{border-bottom:none;}
.memberFormArea .joinArea .joinInput{height:37px;margin:10px 0 24px 0;position:relative;}
.memberFormArea .joinArea .joinInput label{display:block;width:70px;height:32px;overflow:hidden;position:absolute;top:8px;left:0;font-size:12px;letter-spacing:-1px;color:#666;}
.memberFormArea .joinArea .joinInput input{width:100%;height:35px;border:none;padding:0;margin:0;line-height:35px;font-size:18px;font-weight:500;border-bottom:2px solid #bcbcbc;}
.memberFormArea .joinArea .joinInput .joinResMsg{display:none;height:32px;position:absolute;top:-15px;right:0;font-size:11px;letter-spacing:-1px;color:#ff0000;}
.memberFormArea .joinArea .joinInput .joinInputBd{display:block;}
.memberFormArea .joinArea .joinInput .joinInputBd.focus:after{content:'';display:block;width:100%;height:2px;background-color:#4885ed;position:absolute;bottom:0;left:0;animation-name:inputBorderFocus;animation-duration:.3s;}
.memberFormArea .joinArea .joinInput .joinInputBd.focus.error:after{content:'';display:block;width:100%;height:2px;background-color:#ff0000;position:absolute;bottom:0;left:0;animation-name:inputBorderFocus;animation-duration:.3s;}
.memberFormArea .joinArea .joinInput .joinInputBd.blur:after{content:'';display:block;width:0;height:2px;background-color:#4885ed;position:absolute;bottom:0;left:0;animation-name:inputBorderBlur;animation-duration:.3s;}
.memberFormArea .joinArea .joinInput .material-icons{position:absolute;top:3px;right:0;color:#ccc;cursor:pointer;}
.memberFormArea .joinArea .joinInput .material-icons.eyes:after{content:'';display:block;position:absolute;top:0;left:10px;width:2px;height:23px;background-color:#ccc;transform:rotate(45deg);}
.memberFormArea .joinArea .joinInput .material-icons:hover{color:#4885ed;}
.memberFormArea .joinArea .joinInput .material-icons.eyes:hover:after{background-color:#4885ed;}
.memberFormArea .joinArea .joinInput .material-icons.eyes.on:after{display:none;}
.memberFormArea .joinArea .joinbtn{margin-top:30px;display:flex;justify-content:space-between;}
.memberFormArea .joinArea .joinbtn .login_button{padding:0;margin-bottom:20px;width:calc(50% - 10px);border:none;height:38px;border-radius:3px;background:#4885ed;color:#333;font-weight:bold;cursor:pointer;font-size:15px;font-weight:400;}
.memberFormArea .joinArea .joinbtn .login_button.cancel{background:#ababab;color:#fff;}

.memberFormArea .joinArea.authJoin{height:630px;}
.memberFormArea .joinArea .joinInput .joinAuthSend{display:block;position:absolute;top:3px;right:0;}
.memberFormArea .joinArea .joinInput .joinAuthTimer{display:none;position:absolute;top:13px;right:0;font-size:12px;font-weight:400;text-align:right;}

.memberFormArea .findArea{width:360px;height:580px;padding:20px;position:relative;}
.memberFormArea .findArea .logo{padding:0;margin:0 0 20px 0;font-size:20px;font-family:'Orbitron', sans-serif;font-weight:800;color:#135aa9;}
.memberFormArea .findArea .notice{margin:15px 0 40px 0;padding:10px;border:1px dashed #aaa;font-size:12px;line-height:18px;}
.memberFormArea .findArea .findInput{height:37px;margin:10px 0 5px 0;position:relative;}
.memberFormArea .findArea .findInput .findLabel{display:block;width:70px;height:32px;overflow:hidden;position:absolute;top:8px;left:0;font-size:13px;letter-spacing:-1px;color:#666;}
.memberFormArea .findArea .findInput .findText{width:calc(100% - 110px);height:35px;border:none;padding:0;margin:0;line-height:35px;font-size:18px;font-weight:500;border-bottom:2px solid #bcbcbc;}
.memberFormArea .findArea .findInput .findButton{display:block;width:100px;height:37px;border:none;position:absolute;top:0;right:0;border:2px solid #000;background-color:#000;color:#fff;cursor:pointer;}
.memberFormArea .findArea .findInput .findButton[disabled="disabled"]{border-color:#ccc;background-color:#ccc;color:#fff;}
.memberFormArea .findArea .findInput .findInputBd{display:block;}
.memberFormArea .findArea .findInput .findInputBd.focus:after{content:'';display:block;width:calc(100% - 110px);height:2px;background-color:#4885ed;position:absolute;bottom:0;left:0;animation-name:inputBorderFocus;animation-duration:.3s;}
.memberFormArea .findArea .findInput .findInputBd.focus.error:after{content:'';display:block;width:calc(100% - 110px);height:2px;background-color:#ff0000;position:absolute;bottom:0;left:0;animation-name:inputBorderFocus;animation-duration:.3s;}
.memberFormArea .findArea .findInput .findInputBd.blur:after{content:'';display:block;width:0;height:2px;background-color:#4885ed;position:absolute;bottom:0;left:0;animation-name:inputBorderBlur;animation-duration:.3s;}
.memberFormArea .findArea .findSendMsg, .memberFormArea .findArea .findConfirmMsg{clear:both;padding-bottom:20px;font-size:12px;height:18px;line-height:18px;color:#666;}
.memberFormArea .findArea .findSendMsg.error, .memberFormArea .findArea .findConfirmMsg.error{color:#f20c1e;}
.memberFormArea .findArea .findSendMsg.success, .memberFormArea .findArea .findConfirmMsg.success{color:#1272cd;}
.memberFormArea .findArea .findCancel{padding:0;margin-top:10px;width:100%;border:none;height:38px;border-radius:3px;background:#ababab;color:#fff;font-weight:bold;cursor:pointer;font-size:15px;font-weight:400;}
/* 회원서비스 */

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper{position:relative;padding:0;-ms-touch-action:pan-y;touch-action:pan-y;}
.bx-wrapper .slideItem{display:block;height:100%;position:relative;background-repeat:no-repeat;background-size:cover;}
.bx-wrapper .slideItem.slide01{background-image:url(/theme/default/img/company/slide01.jpg);background-position:center;}
.bx-wrapper .slideItem.slide02{background-image:url(/theme/default/img/company/slide02.jpg);background-position:center;}
.bx-wrapper .slideItem.slide03{background-image:url(/theme/default/img/company/slide03.jpg);background-position:center;}
.bx-wrapper .slideItem.slide04{background-image:url(/theme/default/img/company/slide04.jpg);background-position:center;}
.bx-wrapper .slideItem .caption1{position:absolute;top:50%;left:50%;margin:-50px 0 0 -550px;font-size:30px;font-family:'Orbitron', sans-serif;font-weight:800;color:#fff;padding:15px 30px;background-color:rgba(0, 0, 0, .4);}
.bx-wrapper .slideItem .caption2{position:absolute;top:50%;left:50%;margin:50px 0 0 -550px;font-size:30px;font-family:'Orbitron', sans-serif;font-weight:800;color:#fff;padding:15px 30px;background-color:rgba(0, 0, 0, .4);}
.bx-wrapper .slideItem[aria-hidden="false"] .caption1{opacity:1;animation-name:captionView1;animation-duration:1.2s;}
.bx-wrapper .slideItem[aria-hidden="false"] .caption2{opacity:1;animation-name:captionView2;animation-duration:1.5s;}

@keyframes captionView1{
    0% {margin-top:-150px;opacity:0;}
    25% {margin-top:-150px;opacity:0;}
    50% {margin-top:-50px;opacity:1;}
    100% {margin-top:-50px;opacity:1;}
}

@keyframes captionView2{
    0% {margin-left:-350px;opacity:0;}
    40% {margin-left:-350px;opacity:0;}
    60% {margin-left:-550px;opacity:1;}
    100% {margin-left:-550px;opacity:1;}
}

.bxslider{margin:0;padding:0;-webkit-perspective:1000;}
ul.bxslider{list-style:none;}
.bx-viewport{-webkit-transform:translateZ(0);}
.bx-wrapper{background:#fff;}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{position:absolute;bottom:-30px;width:100%;}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev{left:10px;background:url('/theme/default/img/common/controls.png') no-repeat 0 -32px;}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus{background-position:0 0;}
.bx-wrapper .bx-next{right:10px;background:url('/theme/default/img/common/controls.png') no-repeat -43px -32px;}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus{background-position:-43px 0;}
.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999;}
.bx-wrapper .bx-controls-direction a.disabled{display:none;}

.sectionCard{width:100%;display:flex;justify-content:center;margin-top:-216px;z-index:11;position:absolute;}
.sectionCard .cardWrap{width:1200px;display:flex;justify-content:space-between;}
.sectionCard .cardWrap .card{width:360px;height:408px;background-color:#fff;}
.sectionCard .cardWrap .card .cardImg{height:216px;background-size:cover;background-repeat:no-repeat;background-position:center;}
.sectionCard .cardWrap .card.card01 .cardImg{background-image:url('/theme/default/img/common/checklist.jpg');}
.sectionCard .cardWrap .card.card02 .cardImg{background-image:url('/theme/default/img/common/payment.jpg');}
.sectionCard .cardWrap .card.card03 .cardImg{background-image:url('/theme/default/img/common/logistics0001.jpg');}
.sectionCard .cardWrap .card .cardMsg{height:162px;padding:15px;}
.sectionCard .cardWrap .card .cardMsg .title{padding:15px 0 10px 0;font-size:18px;font-weight:900;font-family:'Orbitron', sans-serif;position:relative;}
.sectionCard .cardWrap .card .cardMsg .title:after{content:'';position:absolute;display:block;height:3px;width:40px;background-color:#a0cc0e;top:0;left:0;}
.sectionCard .cardWrap .card .cardMsg .msg{font-size:13px;line-height:180%;}

.midBg{height:400px;background-image:url('/theme/default/img/common/bodyBg.jpg');background-size:cover;background-attachment:fixed;background-repeat:repeat;background-position:0% 141.6px;position:relative;}
.serviceDetailView{display:block;position:absolute;bottom:80px;left:50%;width:200px;height:45px;margin-left:-100px;text-align:center;color:#fff;line-height:45px;background-color:#fcc820;text-decoration:none;font-weight:700;border-radius:23px;font-size:14px;}

.mainSection1{height:585px;padding:60px 0;}
.mainSection1 .serviceHeader{padding:0;margin:0;text-align:center;font-size:20px;font-weight:700;}
.mainSection1 .serviceTitle{padding:5px 0 0 0;margin:0;text-align:center;font-size:13px;font-weight:400;color:#888;}
.mainSection1 .serviceSection1{display:block;padding:50px 0 0 0;width:1200px;height:416px;margin:0 auto;}
.mainSection1 .serviceSection1 li{display:flex;height:148px;padding:30px;margin:0;float:left;list-style:none;justify-content:space-between;background-color:#fcfcfc;}
.mainSection1 .serviceSection1 li.c1, .mainSection1 .serviceSection1 li.c3{width:calc(50% - 90px);margin-right:30px;}
.mainSection1 .serviceSection1 li.c2, .mainSection1 .serviceSection1 li.c4{width:calc(50% - 90px);margin-left:30px;}
.mainSection1 .serviceSection1 li.c1, .mainSection1 .serviceSection1 li.c2{margin-bottom:30px;}
.mainSection1 .serviceSection1 li.c3, .mainSection1 .serviceSection1 li.c4{margin-top:30px;}
.mainSection1 .serviceSection1 li .icon{display:block;width:100px;height:100px;}
.mainSection1 .serviceSection1 li .serviceContents{display:block;width:calc(100% - 130px);}
.mainSection1 .serviceSection1 li .serviceContents .title{display:block;font-size:15px;font-weight:700;padding-bottom:10px;}
.mainSection1 .serviceSection1 li .serviceContents .data{font-size:13px;line-height:23px;}
.mainSection1 .serviceSection1 li .serviceContents .data .flag_small{width:25px;height:15px;}

.mainSection2{height:650px;background-color:#2c3741;}
.mainSection2 .groupWrap{display:flex;justify-content:center;}
.mainSection2 .groupWrap .groupContents, .mainSection2 .groupWrap .groupBg{width:50%;height:650px;}
.mainSection2 .groupWrap .groupBg{background:url('/theme/default/img/common/img-bkg01.jpg') 0% 0% / auto;}
.mainSection2 .groupWrap .groupContents .guideContents{width:500px;float:right;padding:50px;color:#fff;}
.mainSection2 .groupWrap .groupContents .guideContents h3{padding:0;margin:0;height:35px;font-size:23px;font-family:'Heebo';color:#fff;position:relative;}
.mainSection2 .groupWrap .groupContents .guideContents h3:after{content:'';display:block;position:absolute;width:50px;height:3px;background-color:#fac312;top:-5px;left:0;}
.mainSection2 .groupWrap .groupContents .guideContents h4{padding:0;margin:0;font-family:'Heebo';font-size:13px;color:#fff;font-weight:500;}
.mainSection2 .groupWrap .groupContents .guideContents .orderProcessSimple{padding:30px 0 0 0;margin:0;}
.mainSection2 .groupWrap .groupContents .guideContents .orderProcessSimple li{padding:0;margin:0 0 20px 0;list-style:none;display:flex;justify-content:space-between;}
.mainSection2 .groupWrap .groupContents .guideContents .orderProcessSimple li .icon{display:block;width:60px;height:60px;}
.mainSection2 .groupWrap .groupContents .guideContents .orderProcessSimple li .icon .material-icons{font-size:60px;}
.mainSection2 .groupWrap .groupContents .guideContents .orderProcessSimple li .contents{display:block;width:calc(100% - 80px);}
.mainSection2 .groupWrap .groupContents .guideContents .orderProcessSimple li .contents .title{display:block;color:#fac312;padding-bottom:5px;font-size:13px;}
.mainSection2 .groupWrap .groupContents .guideContents .orderProcessSimple li .contents .data{font-size:12px;line-height:160%;color:#fff;}

.mainSection3{height:345px;padding:80px 0;}
.mainSection3 .bbsContents{display:flex;width:1200px;margin:0 auto;justify-content:space-between;}
.mainSection3 .bbsContents .bbsGroup{width:350px;height:345px;}
.mainSection3 .bbsContents .bbsGroup h4{padding:10px 0 30px 0;margin:0;font-size:20px;font-family:'Heebo';position:relative;}
.mainSection3 .bbsContents .bbsGroup h4:after{content:'';display:block;position:absolute;top:0;left:0;width:50px;height:3px;background-color:#fac312;}
.mainSection3 .bbsContents .bbsGroup.notice ul{padding:0;margin:0;}
.mainSection3 .bbsContents .bbsGroup.notice ul li{padding:8px 0 5px 0;margin:0;list-style:none;border-bottom:1px dashed #ccc;}
.mainSection3 .bbsContents .bbsGroup.notice ul li .info{display:block;}
.mainSection3 .bbsContents .bbsGroup.notice ul li .info .center{display:block;float:left;}
.mainSection3 .bbsContents .bbsGroup.notice ul li .info .center .flag_small{width:25px;height:15px;}
.mainSection3 .bbsContents .bbsGroup.notice ul li .info .date{display:block;float:right;color:#999;font-size:12px;}
.mainSection3 .bbsContents .bbsGroup.notice ul li .info .date .material-icons{font-size:15px;vertical-align:bottom;margin-right:5px;}
.mainSection3 .bbsContents .bbsGroup.notice ul li .title{display:block;clear:both;padding:10px 0;font-size:15px;}

.familyCompany{height:130px;background-color:#f6f6f6;}
.familyCompany ul{padding:0;display:flex;width:1200px;margin:0 auto;justify-content:center;}
.familyCompany ul li{padding:0;margin:55px 30px 0 30px;list-style:none;text-align:center;}
.familyCompany ul li img{height:30px;}
.familyCompany ul li.ralphlauren{margin-top:40px;}
.familyCompany ul li.ralphlauren img{height:50px;}
.familyCompany ul li.more{margin-top:55px;}
.familyCompany ul li.more a{display:inline-block;width:30px;height:30px;border-radius:50%;background-color:#ccc;font-size:10px;text-decoration:none;line-height:30px;}
.familyCompany ul li.more a .material-icons{display:inline-block;width:30px;height:30px;border-radius:50%;background-color:#ccc;font-size:25px;text-decoration:none;line-height:30px;}

.footCopy{height:430px;background-color:#25272e;background-image:url('/theme/default/img/common/footer-bkg.png');background-repeat:no-repeat;background-size:cover;}
.footCopy .footWrap{width:1200px;margin:0 auto;display:flex;justify-content:space-around;padding:50px 0 10px 0;}
.footCopy .footWrap .csCenter, .footCopy .footWrap .termsLink{width:calc(50% - 150px);}
.footCopy .footWrap .bottomLogo{width:240px;text-align:right;}
.footCopy .footWrap .csCenter .title, .footCopy .footWrap .termsLink .title{font-family:'Heebo', sans-serif;font-size:15px;font-weight:800;color:rgba(255, 255, 255, .8);text-shadow:0 0 10px rgba(255, 255, 255, .3);}
.footCopy .footWrap .bottomLogo .logo{opacity:.7;}
.footCopy .footWrap .csCenter .csInfo{font-size:13px;color:rgba(255, 255, 255, .8);padding:20px 0 10px 0;}
.footCopy .footWrap .csCenter .csInfo .csInfoTitle{color:rgba(255, 255, 255, .8);font-weight:normal;display:inline-block;width:100px;font-size:13px;}
.footCopy .footWrap .csCenter .csInfo .csInfoTitle .material-icons{display:inline-block;padding:0;margin:0;font-size:13px;font-weight:700;margin-right:5px;vertical-align:middle;margin-top:-3px;}
.footCopy .footWrap .csCenter .csInfo .csLink{color:rgba(255, 255, 255, .8);font-weight:800;text-decoration:none;}
.footCopy .footWrap .csCenter .csInfo .csTime{display:inline-block;padding:5px 20px;font-size:12px;line-height:25px;color:rgba(255, 255, 255, .8);}
.footCopy .footWrap .csCenter .csInfo .csKakao{display:inline-block;text-decoration:none;padding-left:30px;background-image:url(/theme/default/img/common/ic_kakao.png);background-position:0 0;background-size:18px 18px;background-repeat:no-repeat;height:22px;line-height:18px;font-weight:700;color:#ffe400;}
.footCopy .footWrap .termsLink .termsView{color:rgba(255, 255, 255, .8);font-weight:normal;display:block;font-size:13px;padding:20px 0 10px 0;cursor:pointer;}
.footCopy .footWrap .termsLink .termsView .material-icons{display:inline-block;padding:0;margin:0;font-size:13px;font-weight:700;margin-right:5px;vertical-align:middle;margin-top:-3px;}
.footCopy .footWrap .termsLink .termsView a{text-decoration:none;color:rgba(255, 255, 255, .8);font-weight:normal;font-size:13px;}
.footCopy .footWrap .bottomLogo .logo{height:40px;}
.footCopy .footWrap .bottomLogo .snsIc{padding:20px 0;margin-top:90px;}
.footCopy .footWrap .bottomLogo .snsIc a{text-decoration:none;display:inline-block;margin-left:5px;}
.footCopy .footWrap .bottomLogo .snsIc img{width:35px;height:35px;}

.footCopy .copyright{width:1190px;margin:0 auto;border-top:1px solid #384653;padding:30px 0 0 10px;font-size:13px;color:rgba(255, 255, 255, .5);line-height:160%;}

@media all and (max-width:1200px) {
    .topMenu{height:80px;transition:all 0.3s ease-in-out;box-shadow:0 0 5px rgb(0 0 0 / 20%);}
    .topMenu .menuGroup{width:100%;border-radius:0;transition:all 0.3s ease-in-out;}
    .topMenu .menuGroup .menuWrap{border-radius:0;transition:all 0.3s ease-in-out;}

    .sectionCard{padding:0 20px;width:calc(100% - 40px);}
    .sectionCard .cardWrap{width:100%;}
    .sectionCard .cardWrap .card{width:calc(33.33% - 20px);height:auto;}
    .sectionCard .cardWrap .card .cardMsg{height:auto;}

    .mainSection1{padding:60px 20px;}
    .mainSection1 .serviceSection1{width:100%;}
    .mainSection1 .serviceSection1 li.c1, .mainSection1 .serviceSection1 li.c3{width: calc(50% - 70px);margin-right:10px;}
    .mainSection1 .serviceSection1 li.c2, .mainSection1 .serviceSection1 li.c4{width: calc(50% - 70px);margin-left:10px;}

    .mainSection2 .groupWrap .groupContents{width:600px;}
    .mainSection2 .groupWrap .groupBg{width:calc(100% - 600px);}

    .mainSection3{padding:80px 20px;width:calc(100% - 40px);display:flex;}
    .mainSection3 .bbsContents{width:100%;}
    .mainSection3 .bbsContents .bbsGroup{width:calc(33.33% - 20px);}

    .footCopy .footWrap{width:calc(100% - 40px);padding:50px 20px 10px 20px;}
    .footCopy .copyright{width:calc(100% - 40px);padding:30px 0 0 20px;}
    .footCopy .footWrap .csCenter, .footCopy .footWrap .termsLink{width:33.33%;}
    .footCopy .footWrap .bottomLogo{width:33.33%;}

    .bx-wrapper .slideItem .caption1{position:absolute;top:50%;left:0;margin:-50px 0 0 100px;font-size:30px;font-family:'Orbitron', sans-serif;font-weight:800;color:#fff;padding:15px 30px;background-color:rgba(0, 0, 0, .4);}
    .bx-wrapper .slideItem .caption2{position:absolute;top:50%;left:0;margin:50px 0 0 100px;font-size:30px;font-family:'Orbitron', sans-serif;font-weight:800;color:#fff;padding:15px 30px;background-color:rgba(0, 0, 0, .4);}
    .bx-wrapper .slideItem[aria-hidden="false"] .caption1{opacity:1;animation-name:captionView1m;animation-duration:1.2s;}
    .bx-wrapper .slideItem[aria-hidden="false"] .caption2{opacity:1;animation-name:captionView2m;animation-duration:1.5s;}

    @keyframes captionView1m{
        0% {margin-top:-150px;opacity:0;}
        25% {margin-top:-150px;opacity:0;}
        50% {margin-top:-50px;opacity:1;}
        100% {margin-top:-50px;opacity:1;}
    }

    @keyframes captionView2m{
        0% {margin-left:350px;opacity:0;}
        40% {margin-left:350px;opacity:0;}
        60% {margin-left:100px;opacity:1;}
        100% {margin-left:100px;opacity:1;}
    }
} 

@media all and (max-width:1000px) {
    .topMenu .menuGroup .menuWrap .mainMenu{display:none;}

    .sectionCard .cardWrap{flex-wrap:wrap;}
    .sectionCard .cardWrap .card{width:100%;height:600px;margin-bottom:30px;}
    .sectionCard .cardWrap .card .cardImg{height:400px;}
    .midBg{height:1800px;}
    .serviceDetailView{bottom:50px;}

    .mainSection1{height:1000px;}
    .mainSection1 .serviceSection1 li.c1, 
    .mainSection1 .serviceSection1 li.c2, 
    .mainSection1 .serviceSection1 li.c3, 
    .mainSection1 .serviceSection1 li.c4{width:calc(100% - 60px);height:150px;margin:0 0 30px 0;}

    .mainSection3{flex-wrap:wrap;height:1100px;}
    .mainSection3 .bbsContents{flex-wrap:wrap;}
    .mainSection3 .bbsContents .bbsGroup{width:100%;margin:0 0 50px 0;}

    .familyCompany{display:none;}

    .footCopy{height:auto;}
    .footCopy .footWrap{flex-wrap:wrap;}
    .footCopy .footWrap .csCenter, .footCopy .footWrap .termsLink, .footCopy .footWrap .bottomLogo{width:100%;margin-bottom:50px;}
    .footCopy .footWrap .bottomLogo{text-align:left;margin-bottom:0;}
    .footCopy .footWrap .bottomLogo .snsIc{margin-top:30px;}

    .topMenu .menuGroup .menuWrap .quickSearch{width:auto;}
    .topMenu .menuGroup .menuWrap .quickSearch .qsField{right:70px;}
    .topMenu .menuGroup .menuWrap .quickSearch .qsSubmit{right:70px;}
    .topMenu .menuGroup .menuWrap .quickSearch .memberLoginMobile{display:block;position:absolute;top:20px;right:20px;width:40px;height:40px;}
    .topMenu .menuGroup .menuWrap .quickSearch .memberLoginMobile .material-icons{display:block;width:40px;height:40px;border-radius:50%;background-color:rgba(170, 170, 170, 1);font-size:30px;text-align:center;line-height:40px;color:#fff;}
}

@media all and (max-width:600px) {
    .blocker{padding:0 20px;}
    .termsModal{height:100%;overflow-y:scroll;}

    .bx-wrapper{display:none;}
    .sectionCard{margin-top:110px;}
    .sectionCard .cardWrap .card{height:450px;}
    .sectionCard .cardWrap .card .cardImg{height:200px;}
    .midBg{height:1700px;}

    .mainSection1{height:1400px;}
    .mainSection1 .serviceSection1{height:auto;}
    .mainSection1 .serviceSection1:after{content:'';display:block;clear:both;}
    .mainSection1 .serviceSection1 li.c1, .mainSection1 .serviceSection1 li.c2, .mainSection1 .serviceSection1 li.c3, .mainSection1 .serviceSection1 li.c4{height:auto;border-bottom:2px dashed #999;}
    .mainSection1 .serviceSection1 li.c4{border-bottom:none;}

    .topMenu .menuGroup .menuWrap .quickSearch .qsField{width:200px;display:none;}

    .mainSection2{height:auto;}
    .mainSection2 .groupWrap .groupContents{height:auto;}
    .mainSection2 .groupWrap .groupContents .guideContents{width:calc(100% - 20px);padding:50px 10px;}

    .mainSection3 .bbsContents .bbsGroup{border-bottom:2px dashed #999;}
    .mainSection3 .bbsContents .bbsGroup:last-child{border-bottom:none;}

    .memberFormArea{top:80px;right:0;width:100%;height:calc(100vh - 80px);border-radius:0;}
    .memberFormArea.joinAction{width:100%;height:calc(100vh - 80px);}
    .memberFormArea.findAction{width:100%;height:calc(100vh - 80px);}

    .memberFormArea .loginForm{width:calc(100% - 40px);height:100%;}
    .memberFormArea .joinArea{width:calc(100% - 40px);height:100%;}
    .memberFormArea .findArea{width:calc(100% - 40px);height:100%;}
}