@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@font-face {
 font-family: 'AppleSDGothicNeo';
 	src: url('../fonts/AppleSDGothicNeoL.eot?#iefix') format('embedded-opentype');
    src: /*url('../fonts/AppleSDGothicNeoL.otf?#iefix'),*/
			url('../fonts/AppleSDGothicNeoL.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoL.woff') format('woff');
    font-weight: 300;
}
@font-face {
 font-family: 'AppleSDGothicNeo';
	src: url('../fonts/AppleSDGothicNeoR.eot?#iefix') format('embedded-opentype');
    src: /*url('../fonts/AppleSDGothicNeoR.otf?#iefix'),*/
			url('../fonts/AppleSDGothicNeoR.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoR.woff') format('woff');
    font-weight: 400;
}
@font-face {
 font-family: 'AppleSDGothicNeo';
 	src: url('../fonts/AppleSDGothicNeoM.eot?#iefix');
    src: 	/*url('../fonts/AppleSDGothicNeoM.otf?#iefix') format('embedded-opentype'),*/
			url('../fonts/AppleSDGothicNeoM.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoM.woff') format('woff');
    font-weight: 500;
}
@font-face {
 font-family: 'AppleSDGothicNeo';
    src: url('../fonts/AppleSDGothicNeoB.eot?#iefix') format('embedded-opentype');
    src: /*url('../fonts/AppleSDGothicNeoB.otf?#iefix'),*/
			url('../fonts/AppleSDGothicNeoB.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoB.woff') format('woff');
    font-weight: 600;
}
@font-face {
 font-family: 'AppleSDGothicNeo';
 	src:url('../fonts/AppleSDGothicNeoEB.eot?#iefix') format('embedded-opentype');
    src: /*url('../fonts/AppleSDGothicNeoEB.otf?#iefix'),*/
		   url('../fonts/AppleSDGothicNeoEB.ttf') format('truetype'),
	       local(※), url('../fonts/AppleSDGothicNeoEB.woff') format('woff');
    font-weight: 700;
}
@font-face {
 font-family: 'AppleSDGothicNeo';
 	src:url('../fonts/AppleSDGothicNeoH.eot?#iefix') format('embedded-opentype');
    src: /*url('../fonts/AppleSDGothicNeoH.otf?#iefix'),*/
			url('../fonts/AppleSDGothicNeoH.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoH.woff') format('woff');
    font-weight: 800;
}
/*gmarket
@font-face {
 font-family: 'GmarketSans';
    src: url('../fonts/GmarketSansLight.otf');
    src: url('../fonts/GmarketSansLight.otf?#iefix') format('embedded-opentype');
    src: url('../fonts/GmarketSansTTFLight.ttf') format('truetype');
	src: url('../fonts/GmarketSansTTFLight.eot?#iefix');
	src:local(※), url('../fonts/GmarketSansTTFLight.woff') format('woff');
    font-weight: 400;
}
@font-face {
 font-family: 'GmarketSans';
    src: url('../fonts/GmarketSansMedium.otf');
    src: url('../fonts/GmarketSansMedium.otf?#iefix') format('embedded-opentype');
    src: url('../fonts/GmarketSansTTFMedium.ttf') format('truetype');
	src: url('../fonts/GmarketSansTTFMedium.eot?#iefix');
	src: local(※), url('../fonts/GmarketSansTTFMedium.woff') format('woff');
    font-weight: 500;
}
@font-face {
 font-family: 'GmarketSans';
    src: url('../fonts/GmarketSansBold.otf');
    src: url('../fonts/GmarketSansBold.otf?#iefix') format('embedded-opentype');
    src:url('../fonts/GmarketSansTTFBold.ttf') format('truetype');
	src:url('../fonts/GmarketSansTTFBold.eot?#iefix');
	src: local(※), url('../fonts/GmarketSansTTFBold.woff') format('woff');
    font-weight: 600;
}*/

*{
	padding:0;
	margin:0;
	box-sizing: border-box;
    font-family:'Roboto','AppleSDGothicNeo',sans-serif ;
}
h1,h2,h3,h4,h5,h6{
	font-weight:500;
}
ul,li,dl,dt,dd,ol{
	list-style:none;
}
a{
	text-decoration:none;
}	
body,a{
	font-family:'Roboto','AppleSDGothicNeo',sans-serif !important;
	font-size:14px;
	font-weight:400;
	letter-spacing: -1px;
    font-style: normal;
    line-height: 1.6;
	color:#2D313C;
}


.gma{
	font-family:'GmarketSans',sans-serif !important; 
	color:#2D313C;
}
#loading {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #000;
    z-index: 99;
    text-align: center;
    margin-left: -50px;
    margin-top: -50px;
    border-radius: 10px;
    overflow: hidden;
}

#loadingmodal {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: none;
    opacity: 1;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    margin-left: -32px;
    margin-top: -32px;
}

#loading-image {
    -webkit-animation: spin 1000ms infinite linear;
    -moz-animation: spin 1000ms infinite linear;
    -ms-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}



@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
img{
	border:0;
	vertical-align:top;
}
table{
	border-collapse: collapse;
	width:100%;
}
/*이미지맵*/
img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}
@media (max-width: 991px) {
	img[usemap] {
		  border: none;
		  height: auto !important;
		  max-width: 100%;
		  width: 100% !important;
   }
}
.ellipsis{
	display:block;
	/*text-overflow:ellipsis; */
	/*overflow:hidden;*/
	/*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important ;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 1.2em;
    line-height: 1.2em;
}
.inner{
	max-width:1200px;
	margin:0 auto;
	padding:0 20px;
}
input,input[type="submit"]{
   appearance: none;
   border-radius: 0;
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}
input[type="radio"],
input[type="checkbox"]{
	appearance: auto;
	-webkit-appearance: auto;
}
input:focus,
textarea:focus,
select:focus,
button:focus{ outline: none;}
button,
label{ cursor:pointer}
b{font-weight:600;}

:root {
    --color : #70DE2B;
    --border : rgba(140, 140, 140, 0.15);
    --line : rgba(255,255,255,0.1);
}

/*main_common*/

.wrap {
    max-width: 1230px;
    padding:0 15px;
    margin: 0 auto;
    width: 100%;
}
.wrap:after {content:"";display:block;clear:both}

.fbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.fbox .fleft {
    flex:1
}

.left {
    float: left;
}

.right {
    float:right;
}

.greenbox {
    background:var(--color) ;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    border-radius: 100px;
    padding: 20px;
}

.greenbox2 {
    background:var(--color) ;
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding: 10px;
}

.box {
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    /* border: 1px solid #fff; */
    width: 300px;
    padding: 18px 0 15px;
    display: inline-block;
    transition: 0.5s;
    background: linear-gradient(180deg, #7CF72F 0%, #52C41D 100%);
    box-shadow: inset -4px -4px 4px rgb(255 255 255 / 25%), inset 3px 3px 3px #5caf2e;
    border-radius: 6px;
}
.box:hover {
    letter-spacing: 0.2em;
}

.inputbox {
    height: 55px;
    width: 100%;
    border: 1.90333px solid #F0F0F0;
    border-radius: 7.61333px;
    font-size: 18px;
    letter-spacing: -0.03em;
}
.inputbox::placeholder {
    color: rgba(187, 192, 198, 0.6);
}

.main_color {
    color: var(--color) !important
}

.clearfix::after {content:"";display:block;clear:both}

p {
    word-break: keep-all;
}

.contt {
    text-align: center;
    margin-bottom: 80px;
}
.contt h3 {
    font-weight: 500;
    font-size: 38px;
    word-break: keep-all;
}
.contt p {
    color: #60626A;
    letter-spacing: -0.01em;
    font-size: 17px;
}
input[type=checkbox] , input[type=radio] {
    display: none;
}
input[type=checkbox] + label span , input[type=radio] + label span{
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    width : 24px ;
    height : 24px ;
    vertical-align: middle;
    color: #E0E0E0;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    margin-right: 10px;
}
input[type=checkbox] + label span i , input[type=radio] + label span i{
    vertical-align: 4px;
}

input[type=checkbox]:checked + label span , input[type=radio]:checked + label span {
    background: var(--color);
    color: var(--color);
    border: 1px solid var(--color);

}
input[type=checkbox]:checked + label span i  , input[type=radio]:checked + label span i{
    color: #fff
}
.hamburger {
    width: 20px;
    height: 15px;
    position: absolute;
    display: none;
    cursor:pointer;
    top:20px;
    right: 15px;
    z-index: 11;
    transition: 0.3s;
}
.hamburger span {
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    display: block;
    position: absolute;
    transition: 0.3s;
}
.hamburger span:nth-child(1) {
    top: 0;
}
.hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
.hamburger span:nth-child(3) {
    top: 13px;
}

.hamburger.on span:nth-child(1) {
    transform: translate(-50%,-50%) rotate(45deg);
    left: 50%;
    top: 50%;
}
.hamburger.on span:nth-child(2) {
    display: none;
}
.hamburger.on span:nth-child(3) {
    transform: translate(-50%,-50%) rotate(-45deg);
    left: 50%;
    top: 50%;
}

input[readonly] {
    cursor: default;
    background-color: rgba(239, 239, 239, 0.3);
    color: rgb(170, 170, 170);
}

/**************************************************header **************************************************/



.header_index header {
	background: url("../images/bg.jpg") no-repeat center center;
    /* background-size:cover; */
    background-size: 100% 100%;
    height: 100%;
}
.header_index {
	height: 667.98px;
}
header {
    /*background: linear-gradient(180deg, #1B252F 0%, #334860 100%);*/
    background: url("../images/con_bg.jpg") no-repeat center center;
    /* background-size:cover; */
    background-size: 100% 100%;
    height: 100%;
    /*animation: scale 1.2s ease-in-out;*/
}
/*header:after {
    width: 100%;
    height: 384px;
    background: url("../images/main_img_source.png");
    animation: scale 1.2s ease-in-out;
}
@keyframes scale {
    0% {
        width: 100%;
    }
    100% {
        width: auto
    }
}*/
.topnav {
    border-bottom: 1px solid var(--line);
    width: 100%;
}
.topnav ul:after {content:"";display:none;clear:both}
.topnav ul li {
    width: 140px;
    height: 48px;
    float: left;
    text-align: center;
}
.topnav ul li a {
    line-height: 48px;
    display: inline-block;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
	font-size:16px;
}
.topnav ul li a img {
    margin-right: 10px;
    max-width: 100%;
    vertical-align: middle;
}
/* .topnav ul li:hover {
    background: #2B3A45;
} */
.topnav > .wrap > .right > li:hover > a {
	color: var(--color);
}
.nara_dropdown li:hover a {
    color: var(--color);
}
.topnav > .wrap > .right {
    background: #414C58;
}
.prodown {
    width: 160px;
}
.prodown a {
    font-weight: 500;
    font-size: 17px;
    width: 100%;
    display: block;
    padding: 13px 10px;
}
nav.wrap {
    padding: 15px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    position: relative;
}
nav h1{
    flex:1
}

nav>ul {
    /*width: 100%;*/
    display: flex;
    align-content: center;
    text-align: right;
    justify-content: flex-end;
}
nav>ul>li {
    width: auto;
    margin-right: 50px;
    display: inline-block;
}
.nara>a img{
    margin-right: 15px;
    opacity: 1;
}
nav>ul>li a{
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    opacity: 0.75;
}
#nav {
    transition: 0.3s;
}
#nav.on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #1B252F ;
}

.nara {
    position: relative;
}
.nara_dropdown {
    background: #3A444F;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    margin-top: 1px;
    z-index: 11;
    border: 1px solid #3A444F;
    border-radius: 10px;
    width: 120px;
    box-shadow: 3px 4px 10px 0px rgb(0 0 0 / 18%);
    display: none;
	overflow:hidden;
}
.nara_dropdown a {
    padding: 10px 15px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #4F5D6C;
    font-size: 15px;
    display: block;
}
.down_drop .nara_dropdown a {
	color: #B9C6D3;
}
.nara_dropdown img {
    margin-right:10px;
}
nav>ul>li:hover>a , .nara_dropdown li:hover a {
    opacity: 1;
}
header {
    overflow: hidden;
}
.index_banner {
    margin-top: 100px;

}

.index_banner h2 {
    font-weight: 700;
    font-size: 42px;
    color: #fff;
    animation: up 0.5s both;
}
.index_banner h2 span {
    color: var(--color);
}
.index_banner p {
    font-weight: 350;
    font-size: 22px;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 0 50px;
    animation: up 0.8s 0.5s both;
}
.index_banner .box {
    animation: up 0.5s 1.3s both;
}

.index_banner .right img {
    position: relative;
    animation: right 1.2s both;
}
@keyframes up {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        transform: 0;
    }
}
@keyframes right {
    0% {
        opacity: 0;
        transform: translateX(50%);
    }
    100% {
        transform: 0;
    }
}
nav>ul>li.on {
    position: relative;
}
nav>ul>li.on a{
    opacity: 1;
}
nav>ul>li.on::after {
    content:"";
    display: block;
    width: 80px;
    height: 2px;
    background: var(--color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}

.main_tt {
    text-align: center;
    padding: 70px 0 100px;
}
.main_tt h2 {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    animation: up 0.5s both;
    word-break: keep-all;
}
.main_tt p {
    font-weight: 350;
    font-size: 22px;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.8);
    padding: 15px 0 30px;
    animation: up 0.8s 0.5s both;
}
.main_tt .box {
    animation: up 0.5s 1.3s both;
}
#header {
    position: relative;
}
#subnav {
    position: relative;
}
#subnav ul {
    position: absolute;
    top:50%;
    left: 50%;
    transform:translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 6px 10px rgba(68, 68, 68, 0.2)
}
#subnav .subul li {
    width: 200px;
    color: #AAB2B9;
    background: #fff;
    border-right: 1px solid #D9D9D9;
}
#subnav .subul li a {
    color: #AAB2B9;
    font-weight: 500;
    font-size: 20px;
    display: block;
    text-align: center;
    padding: 15px;
}
#subnav .subul li:last-child {
    border-right:0
}

#subnav .subul li.on {
    background: var(--color);
    color: #fff;
}

#subnav .subul li:hover a {
    color: var(--color);
}
#subnav .subul li.on a ,  #subnav .subul li.on:hover a{
    color: #fff;
}

#subnav .subul2 {
    max-width: 600px;
    width: 100%;
    background: #fff;
}
#subnav .subul2 li {
    width: 200px;
    color: #AAB2B9;
    max-width: 200px;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    display: inline-block;
}
#subnav .subul2 li span {
    width: calc(100% - 20px);
    padding: 18px;
    display: inline-block;
}
#subnav .subul2 li.on span , #subnav .subul2 li.on {
    color: var(--color);
}
#subnav .subul2 li.on i {
    color: #AAB2B9;
}

.mb_nav {
    display: none;
}




/************************************************** footer **************************************************/


#footer .footer_banner{
    /* background: #273647; */
    padding: 50px 0;
}
.footer_banner_box {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px 50px;
}
.footer_banner_box .fleft b {
    display: block;
    color: #2D313C;
    font-weight: 500;
    font-size: 23px;
}
.footer_banner_box .fleft b img {
    margin-right: 10px;
}
.footer_banner_box .fleft p {
    color: #60626A;
    font-size: 15px;
    margin-top: 5px;
}
.footer_banner_box .fright:after {content:"";display:block;clear:both}
.footer_banner_box .fright li {
    float:left;
    border-radius: 10px;
}
.footer_banner_box .fright li + li {
    margin-left: 30px;
}
.footer_banner_box .fright li a {
    font-weight: 400;
    font-size: 18px;
    width: 170px;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    padding: 12px;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}
.footer_banner_box .fright li a img {
    margin-right: 8px;
    vertical-align: middle;
}
.footer_banner_box .fright li:hover a img {
    /*animation: bounce 0.5s linear;*/
    position: relative;
    /* 파폭 */
    -moz-animation: bounce2 0.2s ease-in-out;
    /* 크롬 */
    -webkit-animation: bounce2 0.2s ease-in-out;
    -o-animation: bounce2 0.2s ease-in-out;
    animation: bounce2 0.2s ease-in-out;
}
@-webkit-keyframes bounce {
    0% {
        top: 0;
    }


    70% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes bounce2 {
    0% {
        top: 0;
    }

    70% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@-o-keyframes bounce2 {
    0% {
        top: 0;
    }

    70% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@-ms-keyframes bounce2 {
    0% {
        top: 0;
    }

    70% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@keyframes bounce2 {
    0% {
        top: 0;
    }

    70% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

.footer_banner_box .fright .kakao {
    background: #F4E22B;
    color: #3E1A18
}
.footer_banner_box .fright .kakao a {
    color: #3E1A18
}
.footer_banner_box .fright .wechat {
    background: #40B648;
}
.footer_banner_box .fright .live {
    background: #6941FD;
}
footer {
    background: #1B2530;
}
footer a , footer span , footer {
    color: rgba(255, 255, 255, 0.5);
}

footer .footer01 {
    padding: 20px 0;
    border-bottom: 1px solid var(--line)
}
.footer01 .fbox {
    flex-direction: row-reverse;
}
footer .footer01 span {
    font-weight: 300;
    font-size: 12px;
    display: inline-block;
}
footer .footer01 span:after {
    content:"";
    display: inline-block;
    width: 1px;
    height: 8px;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.1);
    margin:0 10px;
}
footer .footer01 span:last-child:after {
    display: none;
}
.footer02 .fbox .fleft li {
    display: inline-block;
}
.footer02 .fbox .fleft li a{
    font-weight: 400;
    font-size: 13px;
    padding: 15px 0;
    display: block;
}
.footer02 .fbox .fleft li {
    margin-right: 40px;
}
.footer02 .fbox .fright {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    font-size: 13px;
}
.footer01 .fright a img {
    opacity: 0.6;
}


/************************************************** index **************************************************/

#con:not(.index_con):not(.apps_con) {
    padding: 100px 0 0;
}
#con.apps_con {
    padding: 0;
    min-height: calc(100vh - 488.77px);
    background:#f7f8fa;
}

.index01 {
    /* padding: 80px 15px; */
    position: relative;
    top: -60px;
}
.index01 h3 {
    font-weight: 500;
    font-size: 38px;
    text-align: center;
    letter-spacing: -0.01em;
    margin-bottom: 60px;
}
.index01 ul:after {content:"";display:block;clear:both}
.index01 ul li{
    float:left;
    width: 32%;
    background: #FCFCFC;
    box-shadow: 2px 2px 12px -3px rgb(0 0 0 / 20%);
    border-radius: 10px;
    text-align: center;
    padding: 25px 0;
    height: 352px;
    margin-right: 2%;
}
.index01 ul li:last-child {
	margin-right: 0;
}
.index01 ul li b {
    display: block;
    color: #393E4A;
    font-weight: 700;
    font-size: 24px;
    padding: 30px 0 10px;
}
.index01 ul li p {
    color: #60626A;
    font-size: 15px;
    max-width: 350px;
    word-break: keep-all;
    /* padding-right: 15px; */
	margin:0 auto;
}
.index02 {
    background: #F5F6F9;
    padding: 60px 0 145px;
    text-align: center;
}
.index02 h3 {
    font-weight: 600;
    font-size: 38px;
}
.index02 p {
    color: #60626A;
    font-weight: 400;
    font-size: 17px;
    padding: 15px 0 50px;
}
.index02 ul:after {content:"";display:block;clear:both}
.index02 ul li{
    float:left;
    width: 25%;
    padding: 10px;
}
.index02 ul li>div {
    width: 100%;
    background: #fff;
    border:3px solid #fff;
    border-radius: 18px;
    padding: 30px 40px;
    box-shadow: 0px 5px 14px rgba(33, 45, 59, 0.1);
    position: relative;
}
.index02 ul li:hover>div {
    border:3px solid #70DE2B;
}

.index02 ul li b {
    display: block;
    font-weight: 400;
    font-size: 20px;
}
.index02 ul li div.price {
    padding: 5px 0 20px;
    font-weight: 500;
    font-size: 16px;
    vertical-align: middle;
}
.index02 ul li div.price span{
    font-weight: 700;
    font-size: 30px;
    vertical-align: middle;
    font-family: 'GmarketSans', sans-serif;
}
.selbox {
    width: 100%;
    border: 1px solid #EDEDED;
    padding: 10px 30px 10px 10px;
    border-radius: 10px;
    color: #60626A;
    font-weight: 350;
    font-size: 12px;
    background:#fff url("../images/select_icon.png") no-repeat;
    background-size: 10px auto;
    background-position: right 10px center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}

.index02 ul li .greenbox {
    background: #70DE2B;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 18px;
    padding: 8px 10px;
    width: 100%;
    display: block;

}

.index03 {
    padding: 30px 0;
    background: url("../images/main_vpndown_bg4.jpg") no-repeat;
    text-align: center;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    /*height: 276px;*/
}
.index03 b {
    display: block;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
}
.index03 p {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    padding: 10px 0 30px;
}
.index03 ul {
    display: flex;
    justify-content: space-between;
    max-width: 400px;
    width: 100%;
    margin:0 auto
}
.index03 ul li {
    width: 25%;
    text-align: center;
    display: inline-block;
    color: #fff;
}
.index03 ul li a {
    display: block;
}
.index03 ul li a span {
    color: #fff;
    display: block;
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: -0.01em;
}

.index04 {
    padding: 100px 0;
}

.index04 h4 {
    display: block;
    font-weight: 500;
    font-size: 38px;
    text-align: center;
}
.index04 p {
    font-weight: 500;
    font-size: 17px;
    padding: 10px 0 50px;
    color: #60626A;
    text-align: center;
}
.index_notice {
    margin: 0 -20px;
}
.index_notice:after {content:"";display:block;clear:both}
.index_notice>div {
    width: 50%;
    padding:0 20px;
}
.index_notice>div:after {content:"";display:block;clear:both}
.index_notice>div>div {
    float:left;
}
.index_no_tt {
    width: 100px;
}
.index_no_tt b {
    font-weight: 500;
    font-size: 20px;
}
.index_no_tt a {
    display: block;
    font-size: 16px;
    color: #A1AAB0;
    margin-top: 5px;
}
.index_no_list {
    width: calc(100% - 100px);
}
.index_no_list .index_no_list02 {
    color: #A3A3A3;
    font-size: 17px;
    width: 70px;
}
.index_no_list .index_no_list01 {
    color: #60626A;
    font-weight: 400;
    font-size: 18px;
    width: calc(100% - 70px);
}
.index_no_list .index_no_list01 a {
    color: #60626A;
    font-weight: 400;
    font-size: 18px;
    display: block;
    width: calc(100% - 20px);
	padding-right: 10px;
}
.index_no_list li {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}
.index_no_list .index_no_list01 a img , .index_no_list .index_no_list01 a {
    vertical-align: -3px;
}




/************************************************** guide **************************************************/



.guide_tt {
    text-align: center;
}
.guide_tt p {
    font-size: 17px;
    letter-spacing: 0.005em;
    color: #60626A;
    text-align: center;
}
.guide_tt a.greenbox {
    font-weight: 500;
    font-size: 24px;
    padding: 10px;
    width: 240px;
    display: inline-block;
    margin: 20px 15px 0;
    vertical-align: middle;
}
.guide_tt a.greenbox img {
    vertical-align: middle;
    position: relative;
    animation: bt_arrow 2s infinite linear;
}
.guide_tt a.greenbox div {
    overflow: hidden;
}

@keyframes bt_arrow {
    0% {
        opacity: 1;
        transform:translateY(0px) scale(1);
    }
    10% {
        opacity: 0;
        transform:translateY(10px) scale(0.9);
    }
    11% {
        opacity: 0;
        transform:translateY(-10px) scale(0.9);
    }
    30% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
}

.guide_img {
    padding: 60px 0 110px;
}
.guide_img div {
    width: 50%;
}

.guide_img div.left {
    text-align: right;
}
.guide_img div.left img {
    max-width: 100%;
}
.guide_img div.right {
    padding-left: 80px;
}

.guide_img div.right h4 {
    color: #393E4A;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-top: 15px;
}

/* .guide_img div.right h4 span {
    display: block;
} */

.guide_img div.right p {
    color: #545965;
    font-size: 18px;
    line-height: 27px;
    margin: 10px 0 15px;
    max-width: 340px;
}
.guide_img div.right ul li {
    font-weight: 300;
    font-size: 16px;
    color: #545965;
    margin-bottom: 5px;
}

.guide_list {
    background: #F5F6F9;
    padding: 60px 0 90px;
    text-align: center;
}
.guide_list h3 {
    letter-spacing: -0.01em;
    font-weight: 500;
    font-size: 38px;
    margin-bottom: 60px;
}
.guide_list ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between ;
    max-width: 960px;
}
.guide_list ul li {
    width: 33.333%;
}
.guide_list ul li + li {
    margin-left: 30px;
}
.guide_box {
    width: 100%;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0px 5px 14px rgba(33, 45, 59, 0.1);
    height: 100%;
}

.guide_box b {
    color: #70808E;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
}
.guide_box img {
    width: 100%;
}
.guide_box p {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #60626A;
    margin-top: 20px;
}




/************************************************** download **************************************************/

.downwrap {
    margin-bottom: 130px;
}
.downwrap>div {
    float: left;
    width: 50%;
}
.downwrap>div + div {
    padding-left: 40px;
}

.downbox {
    background: #ECEFF2;
    border: 1px solid #E6E6E6;
    border-radius: 30px;
    max-width: 580px;
    height: 280px;
    padding:50px 25px 0;
    overflow: hidden;
    text-align: center;
}
.downbox:after {content:"";display:block;clear:both}
.downbox>div {
    float: left;
    width: 50%;
}
.downbox img {
    max-width: 100%;
}

.down_btn {
    padding-left: 25px;
    text-align: center;
}
.down_btn p {
    color: #81848B;
    letter-spacing: -0.01em;
    font-size: 22px;
}
.down_btn b {
    display: block;
    /*padding: 15px 0 25px;*/
    height: 80px;
    vertical-align: middle;
    padding-top: 10px;
}
.down_btn b img {
    vertical-align: middle;
}

.down_btn a {
    display: block;
    width: 100%;
    background: #3A4F67;
    border-radius: 10px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    font-size: 24px;
    padding: 10px;
    font-weight: 300;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index:6;
    position: relative;
    overflow: hidden!important;
    word-break: keep-all;
}
.down_btn a span {
    font-weight: 500;
    margin-right: 5px;
}

.down_btn a:hover{
    color: #fff !important;
}
.down_btn a::before {
    content: '';
    width: 0%;
    height: 103%;
    display: block;
    background: var(--color);
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow:2px 0px 14px rgba(0,0,0,.6);
}
/*
.down_btn a::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: var(--color);
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}*/
.down_btn a:hover::before, .down_btn a:hover::before{
    opacity:1;
    width: 116%;
}
.down_btn a:hover::after, .down_btn a:hover::after{
    opacity:1;
    width: 120%;
}

.downwrap>div.down_andtv {
    float:none;
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
}
.downbox {
    max-width: 650px;
    width: 100%;
}



/************************************************** login **************************************************/


.logwrap {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.inputdiv {
    margin-bottom: 20px;
}
.inputdiv label {
    display: inline-block;
    letter-spacing: -0.03em;
    color: #60626A;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}
.inputbox , .inputdiv input {
    border: 1px solid #e7e7e7;
    border-radius: 7.97037px;
    padding: 20px;
    width: 100%;
    font-size: 16px;
}
.inputbox::placeholder , .inputdiv input::placeholder {
    letter-spacing: -0.03em;
    font-size: 16px;
    color: rgba(187, 192, 198, 0.6);
}
.logbox1 form>div:last-of-type {
    margin-bottom: 30px;
}

#login {
    Width : 300px;
    margin:0 auto 20px;
    display: block;
    padding: 15px;
    border:2px solid var(--color);
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}

.log_findid {
    text-align: center;
    color: #60626A;
    font-size: 20px;
    display: block;
    margin: 0 auto;
}
.log_findid::after {
    content:"";
    display: block;
    width: 100px;
    height: 1.5px;
    background: #60626A;
    margin: 0 auto;

}


.logbox2 {
    padding: 85px 0 100px;
}
.logbox2 p {
    text-align: center;
    letter-spacing: -0.02em;
    color: #60626A;
    font-size: 20px;
    margin-bottom: 30px;
}

.gosignup {
    border: 2px solid var(--color);
    border-radius: 200px;
    Width : 300px;
    margin:0 auto;
    display: block;
    padding: 15px;
    font-size: 24px;
    color: var(--color);
    text-align: center;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}
/*
.gosignup:hover , #login:hover {
    background: linear-gradient(230deg, #1B252F, #334860, #1B252F, #334860);
    background: -moz-linear-gradient(230deg, #1B252F, #334860, #1B252F, #334860);
    background: -webkit-linear-gradient(230deg, #1B252F, #334860, #1B252F, #334860);
    background: linear-gradient(230deg, #1B252F, #334860, #1B252F, #334860);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1B252F', endColorstr='#334860',GradientType=1 );
    background-size: 700% 700%;
    -webkit-animation: AnimationName 2s ease infinite;
    -moz-animation: AnimationName 2s ease infinite;
    -o-animation: AnimationName 2s ease infinite;
    animation: AnimationName 2s ease infinite;
    color: var(--color);
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
*/
.gosignup:hover , #login:hover , #agreebtn:hover {
    /*box-shadow: 0 0 50px 50px #1B2530 inset;*/
    /*background: var(--color);*/
    /*color: var(--color);*/
    box-shadow: 0 0 50px 50px var(--color) inset;
    background: #fff !important;
    color: #fff;
    border: 2px solid var(--color);
}


/************************************************** signup **************************************************/


/* signup */

.agreewrap {
    border: 2px solid #E8E8E8;
    border-radius: 21.25px;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 50px;
}

.signup_con .contt {
    margin-bottom: 60px;
}

.agreetotal {
    padding-bottom: 35px;
    border-bottom: 1px solid #E8E8E8;
}
.agreetotal label {
    font-size: 20px;
    font-weight: 500;
}
.agreesub {
    padding-top: 30px;
}
.agreesub input[type=checkbox] + label span {
    margin-right: 25px;
}
.agreesub ul li {
    font-size: 18px;
    vertical-align: middle;
}
.agreesub ul li div:not(.agree_sublist) {
    margin-bottom: 15px;
}
.agreesub ul li b {
    font-weight: 400;
    border-bottom : 1px solid #2D3C47;
    /*text-decoration: underline;*/
}
.agreesub ul li div a.agree_link {
    display: inline-block;
    padding: 0 5px;
    border :1px solid #ddd;
    color: #999;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 15px;
    vertical-align: middle;
}

.agree_sublist {
    line-height: 36px;
    margin-left: 49px;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #959EA5;
    vertical-align: middle;
}

#agreebtn {
    background: #C9CACA;
    border-radius: 225px;
    font-size: 24px;
    color: #fff;
    max-width: 300px;
    margin:80px auto 160px;
    text-align: center;
    padding: 15px;
    border: 2px solid #C9CACA;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
    display: block;
}

#agreebtn.on {
    border:2px solid var(--color);
    background: var(--color);
}



/* sign01 */

.signwrap {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.inputbtn {
    text-align: right;
    margin-top: 15px;
}
.inputbtn a {
    font-size: 16px;
    color: var(--color);
    padding: 5px 15px;
    border: 1px solid #70DE2B;
    border-radius: 200px;
    display: inline-block;
    min-width: 90px;
    text-align: center;
}
.inputbtn a + a {
    margin-left: 5px;
}
.inputbtn a.confirm_btn2 {
    background: #70DE2B;
    color: #fff;
}

.signradio>div {
    display: inline-block;
    margin-right: 40px;
}

.signwrap #signbtn , .greenbox_big {
    display: block;
    width: 300px;
    margin:60px auto 160px;
    padding: 15px;
}

/*.signwrap_fail .pay_done01 {*/
/*    width: 280px;*/
/*}*/
/*.signwrap_fail .pay_done01 img {*/
/*    width: 100%;*/
/*}*/
/* sign02 */

.signwrap2 {
    text-align: center;
}
.signwrap2 h3 {
    font-size: 32px;
    font-weight: 600;
}
.signwrap2 p {
    font-size: 22px;
    color: #959EA5;
}

.signwrap2 a {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #AAB2B9;
    display: inline-block;
    margin: 0 auto 100px;
    padding: 13px 45px;
}

.signwrap2 a:hover {
    border:1px solid var(--color);
    color: var(--color);
    transition: 0.3s;
}



/************************************************** notice **************************************************/

.noticett h4 {
    font-size: 36px;
    letter-spacing: 0.005em;
}
.noticett .search {
    max-width: 360%;
    width: 100%;
    border: 1px solid rgba(140, 140, 140, 0.2);
    border-radius: 100px;
    padding: 12px 15px 9px;
}
.noticett .right {
    max-width: 360px;
    width: 100%;
    vertical-align: middle;
}

.noticett .search input {
    border:0;
    font-size: 16px;
    letter-spacing: -0.03em;
    width: calc(100% - 25px);
}
.noticett .search input::placeholder {
    color: rgba(178, 185, 189, 0.5);
}

.noticetb {
    padding: 35px 0 90px;
}
.noticetb table tr {
    border-bottom: 1px solid rgba(140, 140, 140, 0.15);
    height: 55px;
}
.noticetb table th {
    color: #AAB2B9;
    font-weight: 500;
    font-size: 18px;
    background: #F7F9FA;
    border-top: 1px solid rgba(140, 140, 140, 0.15);
}

.td_num {
    width: 100px;
    text-align: center;
    font-size: 17px;
    color: #BBC0C6;
}

.td_date {
    width: 120px;
    text-align: center;
    color: #A3A3A3;
    font-size: 17px;
}

.noticetb table td {
    font-size: 18px;
}
.noticetb table td a {
    font-size: 18px;
}
.noticetb table td img {
    vertical-align: middle;
}
.noticetb table td a img {
    vertical-align: -3px;
    margin-left: 10px;

}
.td_none {
    text-align: center;
}

.paging {
    text-align: center;
    margin-bottom: 100px;
}
.paging>* , .paging ul li {
    display: inline-block;
}

.paging a {
    font-size: 14px;
    color: #595F63;
    display: inline-block;

    vertical-align: middle;
    position: relative;
}
.paging li {
    margin: 0 7px;
    vertical-align: middle;
    color: var(--color);
}
.paging li.on a   {
    color: var(--color);
}
.paging a:hover:after {
    content:"";
    display: inline-block;
    width: 100%;
    height: 1px;
   background: var(--color);
    position: absolute;
    bottom: 0;
    left: 0;
}

/*notice detail*/

.notice_detail_con .contt {
    margin-bottom: 40px;
}
.notice_d_tt {
    background: #F7F9FA;
    border-top: 1px solid rgba(140, 140, 140, 0.2);
    padding: 15px 30px;
}

.notice_d_tt01 .left{
    letter-spacing: -0.02em;
    font-size: 20px;
    word-break: keep-all;
    width: calc(100% - 130px);
}

.notice_d_tt01 .right {
    color: #BBC0C6;
    font-size: 17px;
    letter-spacing: -0.02em;
}

.notice_d_tt02 {
    padding-top: 10px;
}
.notice_d_tt02 span {
    color: #BBC0C6;
    font-size: 15px;
}
.notice_d_tt02 span + span {
    margin-left: 10px;
}
.notice_d_con {
    padding: 30px 30px 100px;
    letter-spacing: -0.01em;
    font-size: 16px;
    color: #484D50;
    word-break: keep-all;
}

.notice_d_con img {
    max-width: 100%;
}



/************************************************** faq **************************************************/



.faq_cate:after {content:"";display:block;clear:both}
.faq_cate li {
    float:left;
    border: 1px solid rgba(170, 178, 185, 0.3);
    border-radius: 100px;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}
.faq_cate li + li {
    margin-left: 10px;
}
.faq_cate li a {
    display: block;
    text-align: center;
    color: #374957;
    line-height: 40px;
}
.faq_cate li.on {
    color: #fff;
    background: var(--color);
    border: 1px solid var(--color);
}
.faq_cate li.on a {
    color: #fff;
}

.faqcon {
    margin-top: 30px;
}

.askbox {
    padding: 25px 0;
}
.faqbox {
    border-bottom: 1px solid rgba(140, 140, 140, 0.15);
}
.askbox img {
    margin-right: 20px;
    vertical-align: middle;
}
.askbox b {
    font-size: 18px;
    letter-spacing: -0.02em;
    font-weight: 400;
    width: calc(100% - 80px);
    display: inline-block;
    cursor: pointer;
}
.askbox span {
    width: 80px;
    font-size:24px;

}
.ansbox {
    background: #F7F9FA;
    padding: 20px 40px;
    font-size: 15px;
    letter-spacing: -0.01em;
    color: #484D50;
}
.faqbox_none {
    text-align: center;
}
.faqbox .ansbox {
    display: none;
}
.askbox.on span i {
    transform: rotate(180deg);
    transition: 0.5s;
}



/************************************************** licence **************************************************/


.pricetag {
    font-size: 20px;
    color: #fff;
    width: 63px;
    height: 50px;
    position: absolute;
    top: -25px;
    right: 25px;
    padding: 4px;
    text-align: center;
    background: url("../images/price_tag.png") no-repeat;
    background-size: 100% 100%;
}
.license_con .index02 {
    background: #fff;
    padding:0 0 110px;
}

/*license_pay*/

.license_wrap {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.licence_con table tr{
    border-bottom: 1px solid #E8E8E8;
}
.licence_con table tr:last-child {
    border-bottom: none
}
.licence_con table tr th , .licence_con table tr td {
    padding: 25px 0;
    text-align: left;
}
.licence_con table tr th {
    color: #60626A;
    font-weight: 500;
    font-size: 22px;
    width: 160px;
}
.licence_con table tr td {
    font-size: 18px;
    olor: #374957;
}
.licence_con table tr:first-child td span {
    color: #959EA5;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 10px;
}

.licence_con table tr td span.main_color {
    color: var(--color);
    font-size:18px
}

.licence_con table tr td span b {
    font-size: 27px;
    margin-right: 3px;
}

.licence_con table tr td ul:after {content:"";display:block;clear:both}
.licence_con table tr td ul li {
    float:left;
    width: 20%;
    padding: 0 5px;
}
.licence_con table tr td ul li label div {
    border: 2px solid #E0E0E0;
    border-radius: 9.3871px;
    padding: 20px 10px;
    font-size: 16px;
    text-align: center;
    height: 97px;
}
.licence_con table tr td ul li label div img {
    max-width: 100%;
}
.licence_con table tr td ul li b {
    display: block;
    margin-top: 5px;
    font-weight: 500;
}

.license_bt {
    margin-top: 60px;
    text-align: center;
    font-size: 17px;
    color: #374957;
}
.licence_con table tr td ul li input:checked + label div , .licence_con table tr td ul li:hover input + label div {
    border: 2px solid #70DE2B;
}

/*무통장*/

.lincese_bank_wrap {
    max-width: 400px;
    margin:0 auto
}
.lincese_bank_box {
    border: 1px solid rgba(217, 217, 217, 0.5);
    border-radius: 20px;
    padding: 25px 40px;
    margin-bottom: 60px;
}
.lincese_bank_box table tr {
    text-align: left;
}
.lincese_bank_box table th{
    width: 95px;
}
.lincese_bank_box table td , .lincese_bank_box table th {
    letter-spacing: -0.05em;
    font-weight: 400;
    font-size: 20px;
    color: #374957;
    padding-bottom: 20px;
}

.lincese_bank_box table tr:last-child td , .lincese_bank_box table tr:last-child th {
    padding-bottom:0
}

.lincese_bank_box table td.main_color {
    font-size:16px
}
.lincese_bank_box table td.main_color b {
    font-size: 20px;
}
.license_complete_bank_con .contt {
    margin-bottom: 40px;
}


.pay_done {
    position: relative;
}
.pay_done .pay_done02 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: round 5s infinite linear ;
}

@keyframes round {
    0% {
        transform: translate(-50%,-50%) rotate( 0 );
    }
    100% {
        transform: translate(-50%,-50%) rotate( 360deg );
    }
}
@-webkit-keyframes round {
    0% {
        transform: translate(-50%,-50%) rotate( 0 );
    }
    100% {
        transform: translate(-50%,-50%) rotate( 360deg );
    }
}
@-moz-keyframes round {
    0% {
        transform: translate(-50%,-50%) rotate( 0 );
    }
    100% {
        transform: translate(-50%,-50%) rotate( 360deg );
    }
}
@-o-keyframes round {
    0% {
        transform: translate(-50%,-50%) rotate( 0 );
    }
    100% {
        transform: translate(-50%,-50%) rotate( 360deg );
    }
}

/*ali wechat pay*/

.qrpay_wrap {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.qr_top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
.qr_top01 {
    border: 1px solid #DFDFDF;
    border-radius: 12.7178px;
    padding: 15px;
}
.qr_top01 img {
    max-width: 160px;
}
.qr_top02 .contt{
    text-align: left;
    max-width: 320px;
    margin-bottom: 0
}

.qr_top02 h3 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4em;
}
.qr_top02 p {
    color: #959EA5;
    font-weight: 400;
    font-size: 22px;
}
.qrpay_bottom {
    padding: 60px 0 90px;
}

.qrpay_bottom .left {
    color: #959EA5;
    font-size: 16px;
    max-width: 510px;
    padding-right: 50px;
    word-break: keep-all;
    width: calc(100% - 180px);
}
.qrpay_bottom a {
    border-radius: 10px;
    width: 180px;
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 13px;
    font-weight: 500;
}

    /************************************************** mypage **************************************************/


/*mypg home*/

.mywrap {
    max-width: 900px;
    width: 100%;
    margin:0 auto;
    padding: 0 15px;
}
.mytt {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
}

.mybox {
    border: 1px solid #EDEDED;
    padding: 30px 50px;
    margin-bottom: 60px;
}
.mybox ul li {
    margin-bottom: 10px;
}
.mybox ul li span {
    color: #575757;
    font-size: 16px;
    margin-right: 15px;
}
.mybox ul li b {
    font-size: 20px;
    font-weight: 500;
}
.mybox ul li small {
    color: #5F6D79;
    font-size: 20px;
    margin-left: 5px;
}

.mytb {
    margin-bottom: 100px;
}
.mytb tr {
    border-bottom: 1px solid rgba(140, 140, 140, 0.15);
    height: 70px;
}

.mytb table {
    border-top: 1px solid rgba(140, 140, 140, 0.15);
}

.mytb tr th {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #AAB2B9;
}

.mytb tr td {
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #374957;
}
.mytb tr td.black { 
	color: #374957;
}
.mytb tr td.grey { 
	color: #AAB2B9;
}
.mytb tr td.date {
    color: #A3A3A3;
    font-weight: 350;
    font-size: 17px;
}
.mytb tr td.price {
    color: var(--color);
    font-size: 22px;
}
.mytb tr td span {
    color: #959EA5;
}
.mytb tr td a {
    font-size: 18px;
}
.qna_noans {
    color: #fff !important;
    font-size: 12px;
    border: 0.927734px solid #AAB2B9;
    border-radius: 92.7734px;
    padding: 5px 10px;
    background: #AAB2B9;
}
.qna_ans {
    border: 0.927734px solid var(--color);
    border-radius: 92.7734px;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 12px;
    background: var(--color);
}
.mytb_btn {
    margin-top: 30px;
    text-align: right;
}
.mytb_btn a {
    width: 150px;
    padding: 15px;
    display: inline-block;
    text-align: center;
}
.mytb tr td a.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 1.2em;
    padding: 0 10px;
}
a.ellipsis:hover {
    color: var(--color);
}

/*myqna */

.mywrite {
    border: 1px solid #EDEDED;
    padding: 40px 80px 40px 60px;
}
.mywrite_tr {
    margin-bottom: 20px;
}
.mywrite_tr:after {content:"";display:block;clear:both}
.mywrite_tr50 {
    width: 50%;
    float: left;
}

.mywrite_th {
    width: 100px;
    text-align: left;
    font-size: 18px;
    padding-left: 20px;
}
.mywrite_td {
    width: 100%;
}

select.inputbox {
    padding: 0 20px;
    font-size: 16px;
}
.mywrite_td textarea {
    border: 1px solid #EDEDED;
    border-radius: 15px;
    padding: 30px;
    font-size: 16px;
    width: 100%;
    resize: none;
}

.mywr_btn{
    text-align: center;
}

.mywr_btn a {
    width: 150px;
    font-size: 16px;
    padding: 12px;
    display: inline-block;
}
.mytb_btn {
    padding: 0 0 100px;
}
.mytb_btn a.box {
    color: #AAB2B9;
    font-size: 16px;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    padding: 12px 15px;
}
.mytb_btn a.box:hover {
    border:1px solid var(--color);
    color: var(--color);
}
.myqna_box {
    border: 1px solid #EDEDED;
}

.myqna_box01 {
    border-bottom: 1px solid #EDEDED;
    padding: 35px 30px;
}
.myqna_box01 .left {
    width: calc(100% - 135px);
    font-size: 20px;
    letter-spacing: -0.02em;
    vertical-align: middle;
}
.myqna_box01 .left img {
    vertical-align: middle;
    margin-right: 10px;
}
.myqna_box01 .right {
    letter-spacing: -0.02em;
    font-size: 17px;
    color: #BBC0C6;
}
.myqna_box02 {
    padding: 30px 40px;
}
.myqna_space {
    /*white-space: pre-line;*/
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #484D50;
    font-weight: 300;
}
.myqna_ans {
    margin-top: 30px;
    padding: 30px;
    background: #F7F9FA;
}
.myqna_ans span {
    padding: 3px 8px;
    color: #fff;
    background: #70DE2B;
    border-radius: 4px;
    margin-bottom: 15px;
    display: inline-block;
}

.Messenger_input {
    display: none;
}

.inputdiv_blue input {
    color: var(--color);
    font-weight: 500;
    font-size: 20px;
}
.myinfo ul{
    max-width: 520px;
    width: 100%;
    margin: 0 auto;

}
.myinfo p {
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #60626A;
    margin-bottom: 40px;
}
textarea.inputbox {
    height:  auto;
}

textarea {
    resize: none;
}
.myinfo {
    margin-bottom: 100px;
}
/* 
#paypal-button-container {
	display: none;
} */
.paypal-button.paypal-button-shape-rect {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    border-radius: 100px;
}
.paypal-button-row {
	height: 68.39px;
}

#paypal-button-container {
	display: none;
}

#US_wrap .nara_dropdown {
    width: 130px;
}

#US_wrap .index_banner .left {
    max-width: 670px;
}

/* 번역시 이상한 부분들 */

#JP_wrap p , #JP_wrap b , #CN_wrap p , #CN_wrap b {
    word-break: break-all;
}
#JP_wrap .index_banner .left {
    width: calc(100% - 620px);
}
#JP_wrap .index_banner {
    margin-top: 50px;
}
#JP_wrap .index_banner h2 {
    font-size: 36px;
}
#JP_wrap .index_banner p {
    padding: 10px 0 30px;
}
#JP_wrap .index_no_tt {
    width: 120px;
}
#JP_wrap .index_no_list {
    width: calc(100% - 120px);
}
.down_drop ul li:hover {
    background: transparent !important;
}
.down_drop ul li {
	width: 100%;
}
.down_drop ul li a {
    line-height: 30px;
}
.down_drop ul li a:hover {
	color:var(--color);
}
.price_30 .pricetag {
	display:none;
}
div.scroll_right_wrap {
    position: fixed;
	top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width:105px;
    z-index: 10;
	/* margin-top:80px; */
}
.scroll_right_box {
    width: 100%;
    padding: 5px 0 0;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    /* -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	border:1px solid #e5e5e5; */
    border: 1px solid #C0C0C0;
    border-radius: 15px;
}
.scroll_right_box > div{
	padding:15px 0;
	border-bottom: 1px solid #C0C0C0;
}
.scroll_right_box > div a{
	display:block;
}
.scroll_right_box > div:last-child{
	border-bottom:0;
}
.scroll_right_box > div.scroll_box_mon {
    padding:0 0 5px;
}
.scroll_box_kakao {
}
.scroll_right_box > div.scroll_box_talk {
    padding-bottom:0;
}
.scroll_right_box > div.scroll_box_talk div{
	font-weight:500;
	color:#090404;
	font-size:15px;
	letter-spacing:-0.025em;
	padding-top:5px;
}
.scroll_box_top {
    /* padding-top:40px; */
	padding-top:20px;
}
.scroll_box_top a{
	display:block;
	text-align:center;
}
.scroll_box_mon_txt,
.scroll_right_box > div span{
    font-size: 14px;
    /*     font-family: 'no400'; */font-weight:500;
    letter-spacing: -0.03em;
    color: #000;
	padding-top:5px;
}
.scroll_box_mon_txt{
	padding-top:0;
}
.scroll_right_box > div span{
	display:block;
	text-align:center;
}
#top {
    margin-bottom: 10px;
}
#top div {
    border: 1px solid #C0C0C0;
    border-radius: 50%;
    text-align: center;
    width: 53px;
    height: 53px;
    margin: 0 auto;
    padding: 9px 0;
    cursor: pointer;
    background: #fff;
}
#top div i {
	font-size: 20px;
}
#top div span {
    display: block;
    line-height: 0.3;
    font-size: 13px;
    font-weight: 400;
}
.on_mobile {
	display:none;
}
.paypal_pop_wrap #paypal-button-container {
	display:block;
}
.paypal_popup {
	display:none;
}
.paypal_popup_con + #footer {
	display:none;
}
.paypal_popup_con {
    padding: 20px 20px 0;
}
.paypal_pop_wrap .paypal-button {
	display:none !important;
}
.nara:hover .nara_dropdown {
	display:block;
}