@charset "UTF-8";

#wrap {width:100%;}
.content_full {width:100%;}
.content_max {width:1132px; margin: 0 auto;}

@media all and (max-width:1172px){
    .content_max {width:100%; padding: 0 20px;}
}
.body_hidden {height:100%; min-height:100%; overflow:hidden !important; touch-action:none;}



.btn_default {display: flex; justify-content: space-between; align-items: center; width: fit-content; padding: 10px 70px; border-radius: 360px; background-color: #054848; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; color: #FFFFFF;}
.btn_default:hover {text-decoration: underline;}


.btn_white {display: flex; justify-content: space-between; align-items: center; width: fit-content; padding: 9px 30px; border-radius: 360px; border: 1px solid #054848; background-color: #FFFFFF; font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 400; color: #054848;}
.btn_white > span:first-child {display: flex; justify-content: flex-start; align-items: center;}
.btn_white > span:last-child {display: flex; justify-content: flex-start; align-items: center;}
.btn_white > span > svg {margin-left: 8px;}
.btn_white:hover {text-decoration: underline;}

.btn_white_line {display: flex; justify-content: space-between; align-items: center; width: fit-content; padding: 9px 30px; border-radius: 360px; border: 1px solid #FFFFFF; background-color: inherit; font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 400; color: #FFFFFF;}
.btn_white_line > span:first-child {display: flex; justify-content: flex-start; align-items: center;}
.btn_white_line > span:last-child {display: flex; justify-content: flex-start; align-items: center;}
.btn_white_line > span > svg {margin-left: 8px;}
.btn_white_line:hover {text-decoration: underline;}

.btn_download {display: flex; justify-content: space-between; align-items: center; height: 44px; padding: 0 20px; border-radius: 360px; background-color: #054848; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; color: #FFFFFF;}
.btn_download > span:first-child {display: flex; justify-content: flex-start; align-items: center;}
.btn_download > span:last-child {display: flex; justify-content: flex-start; align-items: center;}
.btn_download > span > span > svg {margin-right: 8px;}
.btn_download:hover {text-decoration: underline;}

.btn_download.page_download {width: 206px;}
.btn_download.page_wallet {width: 187px;}
.btn_download.page_api {width: 98px;}



/* [S] GNB */
#header {position: fixed; top: 0; background-color: #054848; z-index: 10; transition: all 0.3s;}
#header_group {position: fixed; top: 0; height: 116px; background-color: #FFFFFF; z-index: 10; transition: all 0.3s;}
.gnb {display: flex; justify-content: space-between; align-items: flex-start; padding-top: 32px;}
.gnb_inner {display: flex; justify-content: flex-start; align-items: flex-start;}
.gnb .logo {padding-bottom: 27px; transition: all 0.3s;}
#header nav {margin-left: 8px; padding-top: 7px;}
#header nav a {font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 300; color:#ffffff; text-transform: uppercase;}
#header_group nav a {font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 400; color:#054848; text-transform: uppercase;}
#header nav > ul {display: flex; justify-content: space-between; align-items: flex-start;}
#header nav > ul > li:nth-child(1) {width:165px; padding: 0 22px 0 30px;}
#header nav > ul > li:nth-child(2) {width:151px; padding: 0 14px 0 22px;}
#header nav > ul > li:nth-child(3) {width:119px; padding: 0 4px 0 14px;}
#header nav > ul > li:nth-child(4) {width:104px; padding: 0 10px 0 4px;}
#header nav > ul > li > ul {margin-top: 18px;}
#header nav > ul > li > ul > li > a {display: block; padding: 6px 0; font-size: 1.4rem; opacity: 0.5; transition: all 0.3s;}
#header nav > ul > li > ul > li > a:hover {opacity: 1;}

#header_group .logo {display: flex; justify-content: flex-start; align-items: center;}
#header_group .logo a:last-child {margin-left: 7px;}

#header_group nav {margin-left: 175px; padding-top: 7px;}
#header_group .gnb .logo {padding-bottom: 27px; transition: all 0.3s;}
#header_group .gnb .logo path {fill:#054848;}
#header_group nav > ul {display: flex; justify-content: space-between; align-items: flex-start;}
#header_group nav > ul > li:nth-child(1) {width:158px;}
#header_group nav > ul > li:nth-child(2) {width:187px;}
#header_group nav > ul > li:nth-child(3) {width:141px;}

.hamburger {display: none; margin-top: 6px;}
.hamburger:hover {cursor: pointer;}
.hamburger .line {width: 26px; height: 2px; background-color: #054848; display: block; margin: 5px auto; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.hamburger .line:nth-child(2) {width: 18px; margin-left: 8px;}
#hamburger_menu.is_active .line:nth-child(2) {opacity: 0;}
#hamburger_menu.is_active .line:nth-child(1){background-color:#FFFFFF; -webkit-transform: translateY(7px) rotate(45deg); -ms-transform: translateY(7px) rotate(45deg); -o-transform: translateY(7px) rotate(45deg); transform: translateY(7px) rotate(45deg);}
#hamburger_menu.is_active .line:nth-child(3){background-color:#FFFFFF; -webkit-transform: translateY(-7px) rotate(-45deg); -ms-transform: translateY(-7px) rotate(-45deg); -o-transform: translateY(-7px) rotate(-45deg); transform: translateY(-7px) rotate(-45deg);}

.down_section {display: flex; justify-content: space-between; align-items: center; padding-top: 7px;}
.down_section .down_set {position: relative; padding: 0 10px;}
.down_section .down_set > a {display: flex; justify-content: center; align-items: center; padding-bottom: 10px;}
.down_section .down_set > a > .down_icon {display: flex; justify-content: center; align-items: center; margin-right: 8px;}
.down_section .down_set > a:hover > .down_icon g {opacity: 1; transition: all 0.3s;}
.down_section .down_set > a > .down_text {font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 300; color:#ffffff; opacity: 0.5; transition: all 0.3s;}
.down_section .down_set > a:hover > .down_text {opacity: 1;}

.down_section .down_set .down_lang_set {position: absolute; display: none; border-radius: 4px; background-color: #ffffff; box-shadow: 6px 6px 6px 0 rgba(0,0,0,0.16);}
.down_section .down_set .down_lang_set a {display: block; width: 66px; height: 33px; padding-top: 6px; font-size: 1.4rem; font-weight: 400; color: #054848; text-align: center;}
.down_section .down_set .down_lang_set a:hover {background-color: #054848; color: #ffffff;}

.lan-right{    position: relative;    padding: 0 10px;}
.lan-right .dropdown{    display: flex;    justify-content: center;    align-items: center;    padding-bottom: 10px;}
.lan-right .dropdown button{color:#fff; opacity:0.5;background-color: transparent; font-size:1.6rem;    font-family: "SpoqaHanSans"; font-weight: 300;transition: all 0.3s;}
.lan-right .dropdown button p{margin:0; padding:0;}
    .dropdown-menu{display:none; 
        top:30px;    
        position: absolute;
        border-radius: 4px;
        background-color: #ffffff;
        box-shadow: 6px 6px 6px 0 rgb(0 0 0 / 16%);}
.lan-right .dropdown-menu a{
    display: block;
    width: 66px;
    height: 33px;
    padding-top: 6px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #054848;
    text-align: center;
}

.lan-right .dropdown-menu a:hover {background-color: #054848; color: #ffffff;}

.en{background-image: url();}




  





.shortcuts {margin-top: 120px; padding-bottom: 80px;}
.shortcuts > .item {width: 32%;}
.shortcuts > .item > a {display: flex; justify-content: flex-start; align-items: center;}
.shortcuts {display: flex; justify-content: space-between; align-items: flex-start;}
.shortcuts a > .img img {width: 72px; -webkit-clip-path:circle(36px at center); -ms-clip-path:circle(36px at center); clip-path: circle(36px at center);}

.shortcuts  a {padding: 24px 20px 24px 24px; border-radius: 2px; border: 1px solid rgba(255, 255, 255, 0.5); transition: all 0.3s;}
.shortcuts  a:hover {border: 1px solid rgba(255, 255, 255, 1);}

.shortcuts  a > .con_area {margin-left: 12px;}
.shortcuts  a > .con_area > .con_text {display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2;  -webkit-box-orient: vertical;  text-overflow: ellipsis; font-family: "Lora"; font-size: 2rem; font-weight: 400; line-height: 2.8rem; color: #ffffff; opacity: 0.8; transition: all 0.3s;}
.shortcuts  a:hover > .con_area > .con_text {opacity: 1;}
.shortcuts  a > .con_area > .con_icon {text-align: right;}

@media all and (max-width:1024px){
    #header {background-color:#FFFFFF; height: 56px;}
    .gnb {display: block; padding-top: 10px;}
    .gnb_inner {justify-content: space-between;}
    #header nav {display: none; margin-top: 91px; margin-left: inherit; padding-top: inherit;}
    #header nav a {font-size: 2rem;}
    #header nav > ul {display: flex; flex-direction: column; justify-content: center; align-items: center;}

    #header_group .logo_text {display: none;}
    #header_group nav {position: absolute; display: none; top:50%; left: 50%; margin-top: -68px; margin-left: -72px; padding-top: inherit;}
    #header_group nav a {font-size: 2rem;}
    #header_group nav > ul {display: flex; flex-direction: column; justify-content: center; align-items: center;}

    .logo path {fill:#054848;}
    
    #header nav > ul > li {margin-bottom: 32px; text-align: center;}
    #header nav > ul > li:nth-child(1) {width:100%; padding:inherit;}
    #header nav > ul > li:nth-child(2) {width:100%; padding:inherit;}
    #header nav > ul > li:nth-child(3) {width:100%; padding:inherit;}
    #header nav > ul > li:nth-child(4) {width:100%; padding:inherit;}

    #header nav > ul > li > ul {margin-top: 8px;}
    #header nav > ul > li > ul > li > a {font-size: 1.6rem;}

    #header_group nav > ul > li {margin-bottom: 23px; text-align: center;}
    #header_group nav > ul > li > a {color:#FFFFFF;}
    #header_group nav > ul > li:nth-child(1) {width:100%; padding:inherit;}
    #header_group nav > ul > li:nth-child(2) {width:100%; padding:inherit;}
    #header_group nav > ul > li:nth-child(3) {width:100%; padding:inherit;}

    .down_section {position: absolute; bottom: 30px; right: 20px; padding: 0 12px;}
    .down_section .down_set .down_lang_set {bottom: 40px;}
    .dropdown-menu {bottom: 40px;     top: inherit;}
    .hamburger {display: block;}
    .shortcuts {display: none;}
}

/* [E] GNB */

/* [S] Footer */
footer {background-color: #f5f5f5; margin-top: 80px; padding-top: 60px; padding-bottom: 130px;}

footer .top {display: flex; justify-content: space-between; align-items: flex-start;}
footer .top .left {display: flex; justify-content: flex-start; align-items: flex-start; width: 75%; margin-top: 6px;}

footer .top .left > nav > ul {display: flex; justify-content: space-between; align-items: flex-start; width: 486px;}
footer .top .left > nav > ul > li > a {font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 500; color: #666666;}
footer .top .left > nav > ul > li > a:hover {color: #054848;}
footer .top .left > nav > ul > li > ul {margin-top: 15px;}
footer .top .left > nav > ul > li > ul > li > a {font-family: "SpoqaHanSans"; font-size: 1.2rem; font-weight: 300; color: #666666; transition: all 0.2s;}
footer .top .left > nav > ul > li > ul > li > a:hover {color: #054848;}


footer .top .left > .avail {margin-top: 2px; margin-left: 100px;}
footer .top .left > .avail > .title {font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 500; color: #666666;}
footer .top .left > .avail > .contents {width: 160px; margin-top: 26px;}
footer .top .left > .avail > .contents > a {display: inline-block; width: 24px; height: 24px; margin-right: 13px; margin-bottom: 13px;}
footer .top .left > .avail > .contents > a:last-child {margin-top: 10px;}

footer .top .right .logo_foot {text-align: right;}
footer .top .right .logo_foot p {margin-top: 10px; font-size: 1.2rem; font-weight: 400; color:#999999; text-align:right;}
footer .top .right {display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-end; width: 25%;}
footer .top .right .address > .title {font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 500; color: #666666; text-align: right;}
footer .top .right .address > .contents {margin-top: 8px; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 300; color: #666666; text-align: right;}
footer .top .right .address_set {margin-top: 34px;}

footer .top .right .address_set .address:last-child {margin-top: 40px;}




footer .bottom {position: relative; display: flex; justify-content: space-between; align-items: flex-end; margin-top: 54px;}
footer .bottom .copy {height: 40px; display: flex; justify-content: flex-start; align-items: center; font-family: "SpoqaHanSans"; font-size: 1.2rem; font-weight: 300; color: #666666;}
footer .bottom .family {position: absolute; display: flex; flex-direction: column-reverse; justify-self: center; align-items: flex-start; right: 0; width: 215px; padding: 10px 20px; border-radius: 20px; border: 1px solid #cccccc; background-color: #f5f5f5; transition: all 0.3s;}
footer .bottom .family a {display: block; width: 100%; font-family: "SpoqaHanSans"; font-size: 1.2rem; font-weight: 300; }
footer .bottom .family ul {width: 100%;}
footer .bottom .family ul li {width: 100%;}
footer .bottom .family ul li a {padding: 4px 0; color: #cccccc; transition: all 0.2s;}
footer .bottom .family ul li a:hover {color: #666666;}
footer .bottom .family > a {position: relative; display: block; width: 100%; color: #cccccc; transition: all 0.3s;}
footer .bottom .family > a::after {content: ""; position: absolute; top: 50%; right: 0; width:12px; height: 12px; margin-top: -6px; background-image: url("../images/family_arrow.svg");}
footer .bottom .family.active {border: 1px solid #666666;}
footer .bottom .family.active > a {color: #666666;}
footer .bottom .family.active > a::after {background-image: url("../images/family_arrow_active.svg");}

footer .bottom .family ul {display: none; margin-bottom: 42px;}


.footer_wrap_group {background-color: #f5f5f5; padding-top: 40px; padding-bottom: 106px;}
.footer_wrap_group .top .left {width: 50%;}
.footer_wrap_group .top .left > nav > ul {width: 377px;}
.footer_wrap_group .top .right {display: flex; flex-direction:inherit; justify-content: flex-end; align-items: center; width: 50%;}
.footer_wrap_group .top .right .address_set {margin-top: 0px;}
.footer_wrap_group .top .right .address_set .address {display: flex; justify-content: flex-start; align-items: center;}
.footer_wrap_group .top .right .address_set .address:last-child {margin-top: 0;}
.footer_wrap_group .top .right .address > .contents {margin-top: 0px; margin-left: 10px; margin-right: 31px;}
.footer_wrap_group .bottom {margin-top: 23px;}

@media all and (max-width:1024px){
    footer {background-color: #f5f5f5; padding-top: 32px; padding-bottom: 60px;}
    footer .top .left {display: none;}
    footer .top {display: block;}
    footer .top .right {display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; width: 100%;}
    footer .top .right .logo_foot {text-align: left;}
    footer .top .right .address > .title {font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 500; color: #666666; text-align: left;}
    footer .top .right .address > .contents {margin-top: 8px; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 300; color: #666666; text-align: left;}
    footer .top .right .address_set {display: flex; justify-content: flex-start; align-items: flex-start; width: 100%; margin-top: 24px;}
    footer .top .right .address_set .address {width: 50%;}
    footer .top .right .address_set .address .pad_none {display: none;}
    footer .top .right .address_set .address:last-child {margin-top: 0;}
    footer .bottom {margin-top: 32px;}

    .footer_wrap_group .top .right {display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: center; width: 100%;}
    .footer_wrap_group .top .right > div {width: 50%;}
    .footer_wrap_group .top .right .address_set {width: inherit;}
    .footer_wrap_group .top .right .address_set .address {width: 100%; justify-content: flex-end;}
    .footer_wrap_group .top .right .address > .contents {margin-right: 0;}
    
}


@media all and (max-width:768px){
    footer {margin-top: 72px;}
    footer .top .right .address_set {display: block;}
    footer .top .right .address_set .address {width: 100%;}
    footer .top .right .address_set .address:last-child {margin-top: 24px;}
    footer .bottom {margin-top: 13px;}
}
@media all and (max-width:600px){
    footer {background-color: #f5f5f5; padding-top: 32px; padding-bottom: 113px;}
    footer .bottom {display: block;}
    footer .bottom .family {left:0; bottom: -51px;}
    .footer_wrap_group .top .right {display: flex; flex-direction: column-reverse; justify-content: flex-start; align-items: flex-start; width: 100%;}
    .footer_wrap_group {padding-top: 32px; }
    .footer_wrap_group .top .right .address_set {margin-top: 24px;}
    .footer_wrap_group .top .right .address_set .address {display: block;}
    .footer_wrap_group .top .right .address > .contents {margin-top: 8px; margin-left: 0;}
    .footer_wrap_group .bottom {margin-top: 13px;}
}
/* [E] Footer */


/* [S] Breadcrumb */
.breadcrumb_wrap {padding-top: 40px;}
.breadcrumb {display: flex; justify-content: flex-end; align-items: center;}
.breadcrumb > a {font-family: "SpoqaHanSans"; font-size: 1.2rem; font-weight: 700; color: #054848; text-transform: uppercase;}
.breadcrumb > img {margin: 0 4px;}
@media all and (max-width:1024px){
    .breadcrumb_wrap {display: none;}
}
/* [E] Breadcrumb */

/* [S] pagetitle */
.pagetitle_wrap {margin-top: 42px; margin-bottom: 60px;}
.pagetitle_wrap.pagegroup {margin-top: 211px;}
.pagetitle h1 {font-family: "Lora"; font-size: 4rem; font-weight: 500; color: #054848;}
.pagetitle_wrap.pagegroup .pagetitle h1 {line-height: 5.6rem;}
.pagetitle_wrap.pagegroup .describe {margin-top: 16px; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; line-height: 2.2rem; color: #054848;}

@media all and (max-width:1024px){
    .pagetitle_wrap {margin-top: 140px; margin-bottom: 40px;}
    .pagetitle_wrap.pagegroup {margin-top: 106px;}
    .pagetitle h1 {font-size: 3.6rem; font-weight: 400; text-align: center;}
    .pagetitle_wrap.pagegroup .pagetitle h1 {text-align: left; line-height: 5rem;}
    .pagetitle_wrap.pagegroup .describe {margin-top: 20px;}
}
/* [E] pagetitle */

/* [S] tab select */

.tabselect .selecter {position: relative; display: none; justify-content: space-between; align-items: center;  width: 100%; height: 46px; padding: 0 16px; font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 400; color:#054848;}
.tabselect .selecter::after {content: ""; display: block; width: 12px; height: 12px; background-image: url("../images/select_arrow.svg");}
.tabselect ul {display: flex; justify-content: flex-start; align-items: center; margin-top: 10px;}
.tabselect ul > li {margin-right: 60px;}
.tabselect ul > li > a {font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 400; color: #dddddd; transition: all 0.2s;}
.tabselect ul > li > a:hover {color:#054848;}
.tabselect ul > li > a.active {color:#054848;}
@media all and (max-width:768px){
    .tabselect_set {position: relative; width: 100%; height: 46px; padding: 0 20px;}
    .tabselect {position: absolute; width: calc(100% - 40px); background-color: #FFFFFF; border: 1px solid #eeeeee; z-index: 5;}
    .tabselect ul {display: none;}
    .tabselect .selecter {display: flex;}
    .tabselect ul > li > a {display: block; width: 100%; height: 40px; padding: 0 16px;}
}
/* [E] tab select */


/* [S] Main */
.indextop_area {margin-top: 270px; transition: all 0.3s;}
.indextop_set .sub_title {font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 400; color: #007473; text-align: center; transition: all 0.3s;} 
.indextop_set .title {margin-top: 16px; font-family: "Lora"; font-size: 5.2rem; font-weight: 400; color: #054848; line-height: 7.2rem; text-align: center; transition: all 0.3s;} 
.indextop_set .link {display: flex; justify-content: center; align-items: center; margin-top: 48px; text-align: center; transition: all 0.3s;}

.visual_area {margin-top: 60px;}
.visual_set {width: 100%;}
.visual {position: relative; width: 100%; padding-bottom: 147%; background-image: url("../images/main_visual_01.svg"); background-repeat: no-repeat; background-position: 70% 0; background-size: contain;}
.visual .item {position: absolute; }
.visual .item_01 {top:51%; left: 0;}
.visual .item_02 {bottom: -179px; right: 0;}
.visual .item .img {display: none;}
.visual .item .sub_title {font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 400; color: #007473;}
.visual .item .title {font-family: "Lora"; font-size: 4rem; font-weight: 400; line-height: 4.8rem; margin-top: 18px; color: #054848;}
.visual .item .contents {margin-top: 24px; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; line-height: 2.4rem; color: #666666;}
.visual .item .link {display: flex; justify-content: flex-start; align-items: center; margin-top: 20px; width: fit-content; font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 400; color: #054848;}
.visual .item .link:hover {text-decoration: underline;}
.visual .item .link svg {margin-left: 9px;}


.maincenter_area {height: 750px; margin-top: 335px; background-color: #054848; background-image: url("../images/main_visual_02.svg"); background-repeat: no-repeat; background-position: 50% 0;}

.maincenter_set {padding-top: 149px;}
.maincenter_set .sub_title {font-family: "Lora"; font-size: 2.4rem; font-weight: 400; color: #FFFFFF; text-align: center;} 
.maincenter_set .title {margin-top: 8px; font-family: "Lora"; font-size: 4.6rem; font-weight: 400; color: #FFFFFF; line-height: 7.2rem; text-align: center;} 
.maincenter_set .link {display: flex; justify-content: center; align-items: center; margin-top: 20px; text-align: center;}

.roadmap_area {margin-top: 100px;}
.roadmap_area .roadmap_title {font-family: "Lora"; font-size: 4rem; font-weight: 400; color: #054848; text-align: center;}
.roadmap_set {display: flex; justify-content: space-between; align-items: flex-start; width: 100%; height: 500px; margin-top: 60px; background-image: url("../images/main_visual_03.svg"); background-repeat: no-repeat; background-size: contain; background-position: 0 100%;}
.roadmap_set .item {width: 16.666%;}
.roadmap_set .item .line {display: flex; justify-content: flex-start; align-items: center; height: 8px; background-image: url("../images/main_line_bg.svg"); background-repeat: repeat-x; background-position: 0 49%;}
.roadmap_set .item:last-child .line {background-image: none;}
.roadmap_set .item .year {margin-top: 24px; font-family: "Lora"; font-size: 2rem; font-weight: 400; color: #054848;}
.roadmap_set .item .con_set {margin-top: 20px;}
.roadmap_set .item .con_set .con_item {margin-bottom: 14px;}
.roadmap_set .item .con_set .con_item:last-child {margin-bottom: 0;}
.roadmap_set .item .con_set .con_item .title {font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 700; line-height: 2.4rem; color: #666666;}
.roadmap_set .item .con_set .con_item .contents {font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; line-height: 2.4rem; color: #666666;}


@media all and (max-width:1024px){
    .indextop_area {margin-top: 140px;}
    .indextop_set .title {margin-top: 20px; font-size: 4.8rem; line-height: 6rem;} 
    .indextop_set .link {margin-top: 36px;}
    .maincenter_set .title {margin-top: 8px; font-size: 3.6rem; line-height: 4.6rem;}
}

@media all and (max-width:768px){
    .indextop_area {margin-top: 140px;}
    .indextop_set .title {margin-top: 20px; font-size: 3.6rem; line-height: 4.6rem;} 
    .indextop_set .link {margin-top: 24px;}
    .visual {position: inherit; padding-bottom: 0; background-image: none;}
    .visual .item {position: inherit; margin-bottom: 60px;}
    .visual .item .img {display: flex; justify-content: center; align-items: flex-start;}
    .visual .item .sub_title {display: none;}
    .visual .item .title {margin-top: 40px; font-size: 2.4rem; line-height: 3.2rem;}
    .visual .item .title .mo_none {display: none;}
    .visual .item .contents {margin-top: 12px;}
    .visual .item .link {margin-top: 16px;}

    .maincenter_area {margin-top: 80px;}
    .maincenter_set {padding-top: 60px;}
    .maincenter_area {height: 700px;}

    .roadmap_area {margin-top: 60px;}
    .roadmap_set {display: block; height: inherit; background-image: none; margin-top: 20px;}
    .roadmap_set .item {display: flex; justify-content: flex-start; align-items: flex-start; width: 100%;}
    .roadmap_set .item .line {display: none;}
    .roadmap_set .item .year {width: 130px; padding-left: 20px;}
    .roadmap_set .item .con_set {width: calc(100% - 130px);}
    .roadmap_set .item .con_set .con_item {display: flex; justify-content: flex-start; align-items: center;}
    .roadmap_set .item .con_set .con_item .title {margin-right: 10px;}
    
}

/* [E] Main */



/* [S] news list */
.news_area {display: none; margin-top: 40px;}
.news_item {margin-bottom: 20px;}
.news_item.no_search {display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 57px 85px 68px; border-radius: 4px; border: 1px solid #dddddd; transition: all 0.2s;}
.news_item.no_search .contests {font-family: "Lora"; font-size: 2rem; font-weight: 400; line-height: 3rem; color: #054848; text-align: center;}
.news_item.no_search .img {margin-top: 27px;}
.news_item.no_search .img img {width: 260px; height: 120px;}
.news_item:last-child {margin-bottom: 0;}
.news_item > a {display: flex; justify-content: flex-start; align-items: center; padding: 32px 85px 36px; border-radius: 4px; border: 1px solid #dddddd; transition: all 0.2s;}
.news_item > a:hover {border: 1px solid #054848;}
.news_item .left {position: relative; display: flex; justify-content: center; align-items: center; width: 134px; height: 134px; border-radius: 67px; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; background-color: #dddddd;}
.news_item .right {width: calc(100% - 210px); margin-left: 76px;}
.news_item .cate {font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; color: #007473;}
.news_item .title {margin-top: 4px; font-family: "Lora"; font-size: 2.4rem; font-weight: 400; color: #054848;}
.news_item .summary {margin-top: 12px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2;  -webkit-box-orient: vertical;  text-overflow: ellipsis; font-family: "SpoqaHanSans"; font-size:1.4rem ; line-height: 2.6rem; color: #666666;}
.news_item .tag_set {margin-top: 25px;}
.tag_set {display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
button.tag {display: inline-block; margin-right: 10px; margin-bottom: 5px; padding: 4px 12px; border-radius: 4px; background-color: #e7eeed; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; color:#007473;}
button.tag:hover {color: #054848;}




.newsmore_area {margin-top: 40px;}
.newsmore_wrap .btn_default {margin: 0 auto;}

.newslink_area {margin-top: 100px;}
.newslink_set {display: flex; justify-content: space-between; align-items: flex-start; width: 100%;}
.newslink_item {display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; width: 50%; min-height: 187px; padding: 24px; border-radius: 4px; background-color: #e7eeed;}
.newslink_item:nth-child(1) {margin-right: 6px;}
.newslink_item:nth-child(2) {margin-left: 6px;}
.newslink_item .title {font-family: "Lora"; font-size: 2.4rem; font-weight: 400; color: #054848;}
.newslink_item .summary {margin-top: 20px; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; color: #054848;}
.newslink_item a.link {display: flex; justify-content: flex-start; align-items: center; font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 400; color: #054848;}
.newslink_item a.link:hover {text-decoration: underline;}
.newslink_item a.link svg {margin-left: 8px;}





@media all and (max-width:768px){
    .news_item > a {display: block; padding: 40px 25px 44px;}
    .news_item .left {margin: 0 auto;}
    .news_item .right {width: 100%; margin-left: 0;}

    .news_item .cate {margin-top: 25px;}

    .newsmore_area {margin-top: 28px;}
    
    .newslink_area {margin-top: 60px;}
    .newslink_item {width: 100%; min-height: inherit; padding: 0;}
    .newslink_item .top {display: none;}
    .newslink_set {display: block;}
    .newslink_item:nth-child(1) {margin-right: 0px; margin-bottom: 8px;}
    .newslink_item:nth-child(2) {margin-left: 0px;}
    .newslink_item a.link {justify-content: space-between; width: 100%; padding: 20px;}
}
/* [E] news list */


/* [S] news view */
.newstitle_wrap h2 {font-family: "Lora"; font-size: 3.6rem; font-weight: 400; line-height: 4.2rem; color: #054848;}
.newstitle_wrap .tag_set {margin-top: 20px;}

.newscontents_area {margin-top: 40px;}
.newscontents_wrap .youtube {position: relative; width: 100%; height: 0; padding-bottom: 56.25%; margin-bottom: 40px;}
.newscontents_wrap .youtube iframe {position: absolute; top:0; left:0; width:100%; height: 100%;}
.newscontents_wrap .editor_area {font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; line-height: 2.4rem; color:#666666;}
.newscontents_wrap .editor_area img {width: 100%;}

.newslistbtn_area {margin-top: 60px;}
.newslistbtn_wrap .btn_white {margin: 0 auto;}
.news_view_list {margin-top: 60px;}

@media all and (max-width:768px){
    .newstitle_wrap h2 {font-size: 2.4rem; line-height: 3.6rem;}
}
/* [E] news view */

/* [S] feature */
.feature_area {padding-top: 15px;}
.feature_item {display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 120px;}
.feature_item:last-child {margin-bottom: 0;}
.feature_item.reverse {flex-direction: row-reverse;}
.feature_item .img_set {width: 49%; transition: all 0.2s;}
.feature_item .img_set img {width: 100%; height: auto;}

.feature_item.item_01 .con_set {margin-top: 29px; padding-right: 22px;}
.feature_item.item_02 .con_set {margin-top: 44px; padding-left: 22px;}
.feature_item.item_03 .con_set {margin-top: 19px; padding-right: 22px;}
.feature_item.item_04 .con_set {margin-top: 53px; padding-left: 22px;}
.feature_item .con_set {width: 51%;}

.feature_item .subtitle {font-family: "Lora"; font-size: 2.4rem; font-weight: 400; color: #054848;}
.feature_item .title {margin-top: 10px; font-family: "Lora"; font-size: 3.6rem; font-weight: 400; color: #054848;}
.feature_item .contents {margin-top: 16px; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; line-height: 2.6rem; color: #666666;}

@media all and (max-width:1024px){
    
    .feature_item.item_01 .con_set {margin-top: 0;}
    .feature_item.item_02 .con_set {margin-top: 0;}
    .feature_item.item_03 .con_set {margin-top: 0;}
    .feature_item.item_04 .con_set {margin-top: 0;}
}

@media all and (max-width:768px){
    .feature_item {display: block; margin-bottom: 80px;}
    .feature_item:last-child {margin-bottom: 0;}
    .feature_item .img_set {width: 100%;}
    .feature_item .con_set {width: 100%; margin-top: 20px !important;}
    .feature_item .subtitle {font-size: 1.8rem; line-height: 2.6rem;}
    .feature_item .title {margin-top: 8px; font-size: 2.4rem;}
    .feature_item .contents {margin-top: 20px;}
}
/* [E] feature */


/* [S] download */
.download_item {display: flex; justify-content: space-between; align-items: flex-start;}
.download_item .con_set {width: 45%; margin-top: 10px;}
.download_item .img_set {width: 42%;}
.download_item .img_set img {width: 100%; height: auto;}
.download_item .con_set .contents {font-family: "SpoqaHanSans"; font-size: 1.4rem; line-height: 2.4rem; color: #666666;}
.download_item .con_set .btn_set {display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin-top: 29px;}
.download_item .con_set .btn_set a {margin-bottom: 12px;}
.download_item .con_set .btn_set a:first-child {margin-right: 12px;}
.tabselect_download {margin-top: 60px;}

.downloadsec_area {margin-top: 40px;}
.downloadsec_set {display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}
.download_page_item {display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; width: 32.15%; height: 161px; margin-bottom: 20px; padding: 20px; border-radius: 4px; background-color: #e7eeed;}
.download_page_item:hover > .btn_set > span {text-decoration: underline;}
.download_page_item .title {font-family: "Lora"; font-size: 2.4rem; font-weight: 400; color: #054848;}
.download_page_item .version {margin-top: 8px; font-family: "SpoqaHanSans"; font-size: 1.2rem; font-weight: 400; color: #007473;}
.download_page_item .btn_set {display: flex; justify-content: flex-end; align-items: center; width: 100%; }
.download_page_item .btn_set span {font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 400; color: #054848;}

@media all and (max-width:768px){
    .download_item {display: block;}
    .download_item .con_set {width: 100%;}
    .download_item .con_set .btn_set {display: block;}
    .download_item .img_set {width: 100%; margin-top: 80px; text-align: center;}
    .download_item .img_set img {width: 335px; margin: 0 auto;}
    .download_page_item {width: 100%;}
}
/* [E] download */

/* [S] wallet */
.wallethead_set .contents {font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; line-height: 2.4rem; color: #666666;}
.wallethead_set .btn_download {margin-top: 20px;}
.features_area {margin-top: 116px;}
.features_area h2 {font-family: "Lora"; font-size: 3.6rem; font-weight: 400; color: #054848;}
.features_set {display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; margin-top: 60px;}
.features_set .item {width: 30%; margin-bottom: 80px;}
.features_set .item .title {margin-top: 16px; font-family: "Lora"; font-size: 2rem; font-weight: 400; color: #054848;}
.features_set .item .contents {margin-top: 20px; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; line-height: 2.6rem; color: #666666;}

@media all and (max-width:768px){
    .wallethead_set .btn_download {margin-top: 28px;}
    .features_area h2 {font-size: 2.4rem;}
    .features_area {margin-top: 80px;}
    .features_set .item {width: 100%; margin-bottom: 48px;}
}
/* [E] wallet */

/* [S] API */
.api_set .item {position: relative; margin-top: 60px;}
.api_set .title {font-family: "Lora"; font-size: 2.4rem; font-weight: 500; color: #054848;}
.api_set .describe {margin-top: 12px; font-family: "SpoqaHanSans"; font-size: 1.2rem; font-weight: 400; color: #666666;}
.api_set .link {display: flex; justify-content: flex-start; align-items: center; margin-top: 16px; padding: 14px 22px; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; line-height: 2.6rem; color: #ffffff; word-break: break-all; background-color: #65a2a0;}
.api_set .link:hover {text-decoration: underline;}
.api_set .code {display: flex; justify-content: flex-start; align-items: center; padding: 20px; font-family: "SpoqaHanSans"; font-size: 1.2rem; font-weight: 400; line-height: 2.6rem; color:#007473; word-break: break-all; background-color: #f4f4f4;}
.api_set .input_set {display: flex; justify-content: flex-start; align-items: center; width: 100%; margin-top: 4px;}
.api_set .input_set .label {display: flex; justify-content: center; align-items: center; width: 109px; height: 47px; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; color: #054848; text-align: center; background-color: #cddfde;}
.api_set .input_set .input {display: flex; justify-content: flex-start; align-items: center; width: calc(100% - 109px); height: 47px; padding: 0 8px; background-color: #e7eeed;}
.api_set .input_set .input input {width: 100%; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; color: rgba(5, 72, 72, 1); background-color: #e7eeed;}
.api_set .input_set .input input::placeholder {font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; color: rgba(5, 72, 72, 0.4);}
.api_set .btn_set {position: absolute; top: 0; right: 0;}
@media all and (max-width:768px){
    .api_set .btn_set {position: relative; display: flex; justify-content: flex-end; align-items: center; margin-top: 20px;}
}

/* [E] API */

/* [S] tokens */
.tokenscon_set p {font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; line-height: 2.6rem; color: #666666;}
.tokensitem_area {margin-top: 83px;}
.tokensitem_set .item {display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 100px;}
.tokensitem_set .item:last-child {margin-bottom: 0;}
.tokensitem_set .item .con_set {width: 42%; padding-right: 58px; transition: all 0.3s;}
.tokensitem_set .item .con_set .title {font-family: "Lora"; font-size: 2.4rem; font-weight: 400; color: #054848;}
.tokensitem_set .item .con_set .contents {margin-top: 20px; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; line-height: 2.6rem; color: #666666;}
.tokensitem_set .item .con_set .link {display: flex; justify-content: flex-start; align-items: center; margin-top: 52px; font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 400; color: #054848;}
.tokensitem_set .item .con_set .link:hover {text-decoration: underline;}
.tokensitem_set .item .con_set .link svg {margin-left: 9px;}

.tokensitem_set .item .img_set {display: flex; justify-content: center; align-items: center; width: 58%; height: 257px; margin-top: 7px; background-color: rgba(0, 116, 115, 0.05); transition: all 0.3s;}

@media all and (max-width:1024px){
    .tokensitem_set .item .con_set {width: 55%;}
    .tokensitem_set .item .img_set {width: 45%;}
}

@media all and (max-width:768px){
    .tokenscon_set p {line-height: 2.4rem;}
    .tokensitem_set .item {display: block; margin-bottom: 60px;}
    .tokensitem_set .item:last-child {margin-bottom: 0;}
    .tokensitem_set .item .con_set {width: 100%; padding-right: 0;}
    .tokensitem_set .item .img_set {width: 100%; height: 210px; margin-top: 20px;}
    .tokensitem_set .item .con_set .title {font-size: 2rem;}
    .tokensitem_set .item .con_set .contents {margin-top: 12px;}
    .tokensitem_set .item .con_set .link {margin-top: 12px;}
}

/* [E] tokens */

/* [S] AOK Group main */
.groupmain_area {margin-top: 40px;}
.groupmain_set .link_set {display: flex; justify-content: flex-start; align-items: center;}
.groupmain_set .link_set .link {display: flex; justify-content: flex-start; align-items: center; font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 400; color: #054848;}
.groupmain_set .link_set .link:first-child {margin-right: 40px;}
.groupmain_set .link_set .link:hover {text-decoration: underline;}
.groupmain_set .link_set .link svg {margin-left: 9px;}
.groupmain_set .img {width: 100%; height: 374px; margin-top: 71px; background-image: url("../images/aokgroupmain_img_01.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-size: cover;}
/* [E] AOK Group main */
@media all and (max-width:768px){
    .groupmain_set .img {height: 340px;}
}


/* [S] AOK Group */
.aokgroup_set .title {font-family: "Lora"; font-size: 3.6rem; font-weight: 400; line-height: 4.5rem; color: #054848;}
.aokgroup_set .contents {margin-top: 12px; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; line-height: 2.4rem; color: #666666;}
.aokgroup_set .img {width: 100%; height: 576px; margin-top: 68px; background-image: url("../images/aokgroup_img_01.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-size: cover;}
@media all and (max-width:768px){
    .aokgroup_set .title {font-size: 2rem; line-height: 2.8rem;}
    .aokgroup_set .contents {margin-top: 20px;}
    .aokgroup_set .img {height: 287px; margin-top: 60px;}
    .aokgroup_set .contents .mo_none {display: none;}
    .aokgroup_set .blank_area {height: 43px !important;}
}
/* [E] AOK Group */

/* [S] Business Area */
.business_area {padding-top: 40px;}
.business_set .item {display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 120px;}
.business_set .item.reverse {flex-direction: row-reverse;}
.business_set .item .con_set {padding-right: 96px;}
.business_set .item.reverse .con_set {padding-left: 96px; padding-right: 0;}
.business_set .item .con_set .title {font-family: "Lora"; font-size: 2.4rem; font-weight: 700; color: #054848;}
.business_set .item .con_set .sub_title {margin-top: 8px; font-family: "Lora"; font-size: 2.4rem; font-weight: 400; color: #054848;}
.business_set .item .con_set .contents {margin-top: 16px; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; line-height: 2.4rem; color: #666666;}
.business_set .item .con_set .link {display: flex; justify-content: flex-start; align-items: center; margin-top: 20px; font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 400; color: #054848;}
.business_set .item .con_set .link:hover {text-decoration: underline;}
.business_set .item .con_set .link svg {margin-left: 9px;}

.business_set .item .img_pc {width: 58%; height: auto; transition: all 0.3s;}
.business_set .item .img_mo {display: none;}
@media all and (max-width:1024px){
    .business_set .item {margin-bottom: 80px;}
    .business_set .item .img_pc {width: 50%;}
    .business_set .item .con_set {padding-right: 50px;}
    .business_set .item.reverse .con_set {padding-left: 50px; padding-right: 0;}
}
@media all and (max-width:768px){
    .business_set .item {display: block; margin-bottom: 60px;}
    .business_set .item .img_pc {display: none;}
    .business_set .item .img_mo {display: block; width: 100%; height: auto; margin-top: 32px;}
    .business_set .item .con_set {padding-right: 0px;}
    .business_set .item.reverse .con_set {padding-left: 0px;}
    .business_set .item .con_set .title {font-size: 2rem;}
    .business_set .item .con_set .sub_title {font-size: 2rem;}
}
/* [E] Business Area */

/* [S] Partners */
.partnerstop_area {padding-top: 40px;}
.partnerstop_set {font-family: "SpoqaHanSans"; font-family: 1.4rem; font-weight: 400; line-height: 2.4rem; color: #666666;}

.partners_area {padding-top: 76px;}
.partners_top > .logo > img {width: 233px;}
.partners_top > .logo.partners_3 > img {width: 100px;}

.partners_top > .title {margin-top: 34px; font-family: "Lora"; font-size: 3.6rem; font-weight: 400; color:#054848;}
.partners_top > .contents {margin-top: 12px; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; line-height: 2.4rem; color:#666666;}
.partners_top > a {display: inline-block; margin-top: 32px; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; color: #3049ac; text-decoration: underline;}

.partners_set > .item_set {margin-top: 98px;}
.partners_set > .item_set > .item > img {width: 44.7%;}
.partners_set > .item_set > .item {display: flex; justify-content: space-between; align-items: center; margin-bottom: 100px;}
.partners_set > .item_set > .item.reverse {flex-direction: row-reverse;}
.partners_set > .item_set > .item > .con_set {width: 55.3%; padding-left: 70px; padding-right: 0;}
.partners_set > .item_set > .item.reverse > .con_set {padding-left: 0; padding-right: 70px;}
.partners_set > .item_set > .item > .con_set > .sub_title {font-family: "Lora"; font-size: 1.6rem; font-weight: 700; color: #054848;}
.partners_set > .item_set > .item > .con_set > .title {margin-top: 15px; font-family: "Lora"; font-size: 2.4rem; font-weight: 400; color: #054848;}
.partners_set > .item_set > .item > .con_set > .contents {margin-top: 32px; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; line-height: 2.4rem; color: #666666;}
.partners_set > .full_item {display: flex; flex-direction: column; justify-content: center; align-items: center; height: 360px; background-image: url("../images/partners_img_01_04.jpg"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%;}
.partners_set > .full_item > .sub_title {font-family: "Lora"; font-size: 1.6rem; font-weight: 700; color: #FFFFFF;}
.partners_set > .full_item > .title {margin-top: 3px; font-family: "Lora"; font-size: 4rem; font-weight: 400; color: #FFFFFF; text-align: center;}
.partners_set > .full_item > .contents {margin-top: 24px; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; line-height: 2.4rem; color: #FFFFFF; text-align: center;}
.partners_set > .full_item > .sub_contents {margin-top: 32px; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; line-height: 2.4rem; color: #FFFFFF; text-align: center;}

.partners_set > .item_set > .meddle_title {margin-bottom: 22px; font-family: "Lora"; font-size: 3.6rem; font-weight: 400; line-height: 5rem; color: #007473;}
.partners_set > .item_set > .item > .con_set > .con_title {font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 700; line-height: 2.4rem; color: #007473;}
.partners_set > .item_set > .item > .con_set > .con_contents {margin-top: 20px; margin-bottom: 40px; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; line-height: 2.4rem; color: #212121;}
@media all and (max-width:768px){
    .partnerstop_area {padding-top: 0px;}
    .partners_area {padding-top: 50px;}
    .partners_top > .title {margin-top: 32px; font-size: 2rem;}
    .partners_top > .logo > img {width: 156px;}
    .partners_area {margin-top: 50px;}
    .partners_set > .item_set {margin-top: 60px;}
    .partners_set > .item_set > .item {display: block; margin-bottom: 60px;}
    .partners_set > .item_set > .item > img {width: 100%;}
    
    .partners_set > .item_set > .item > .con_set {margin-top: 24px; width: 100%; padding-left: 0; padding-right: 0;}
    .partners_set > .item_set > .item > .con_set > .title {margin-top: 8px; font-size: 2rem;}
    .partners_set > .item_set > .item > .con_set > .contents {margin-top: 20px;}
    .partners_set > .full_item {height: 592px;}

    .partners_set > .item_set > .meddle_title {font-size: 4rem;}
    .partners_set > .item_set > .item > .con_set > .con_title {margin-top: 40px;}
}
/* [E] Partners */

/* [S] Contact Us */
.contact_area {margin-top: -20px;}
.contact_set .address_set {display: flex; justify-content: flex-start; align-items: flex-start;}
.contact_set .address_set .item {margin-right: 92px;}
.contact_set .address_set .item .title {font-family: "Lora"; font-size: 2.4rem; font-weight: 400; color: #054848;}
.contact_set .address_set .item .contents {margin-top: 8px; font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 400; color: #666666;}
.contact_set .map_set {position: relative; width: 100%; height: 436px; margin-top: 40px;}
.contact_set .map_set iframe {position: absolute; top:0; left:0; width:100%; height: 100%;}
@media all and (max-width:768px){
    
    .contact_area {margin-top: 0;}
    .contact_set .address_set {display: block;}
    .contact_set .address_set .item .title {font-size: 2rem;}
    .contact_set .address_set .item .contents {font-size: 1.4rem;}
    .contact_set .address_set .item:last-child {margin-top: 32px;}
    .contact_set .map_set {margin-top: 20px;}
    
}
/* [E] Contact Us */

/* [S] Team */
.team_wrap .sub_title {font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 300; color: #007473;}
.team_wrap .title_name {margin-top: 7px; font-family: "Lora"; font-size: 3.6rem; font-weight: 500; color: #054848;}
.team_wrap .team_set {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; margin-top: 60px;}
.team_wrap .team_set .item {width: 31%; margin-bottom: 80px;}
.team_wrap .team_set .item .title {margin-top: 40px; font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 400; color: #007473;}
.team_wrap .team_set .item .name {margin-top: 12px; font-family: "Lora"; font-size: 2rem; font-weight: 500; color: #054848;}
.team_wrap .team_set .item .career {margin-top: 20px; font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 400; line-height: 2.4rem; color: #666666;}
.team_wrap .team_set .item img {width: 100%; height: auto;}
.team_wrap .team_set .item .linkedin {margin-top: 20px;}
.team_wrap .team_set .item .linkedin img {display: block; width: 24px; height: 24px;}
.team_wrap .team_set .item .linkedin a {font-family: "SpoqaHanSans"; font-size: 1.4rem; font-weight: 300; color: #007ab9;}

@media all and (max-width:1024px){
    .team_wrap .team_set .item {width: 48%;}
}
@media all and (max-width:768px){
    .team_wrap .team_set .item {width: 100%; margin-bottom: 60px;}
    .team_wrap .title_name {font-size: 3.2rem;}
    .team_wrap .team_set {margin-top: 36px;}
    .team_wrap .blank_item {display: none;}
}
/* [E] Team */

/* [S] Dev Center */
.devcenter_area {margin-top: 40px;}
.devcenter_set .main_img {width: 100%; height: auto;}

.devcenter_set .main_img.s02 {display: none;}
.devcenter_set .main_img.s03 {display: none;}
.devcenter_set .main_img.u02 {display: none;}
.devcenter_set .main_img.u03 {display: none;}

.devcenter_set .thumb_set {margin-top: 24px;}
.devcenter_set .thumb_set .thumb_btn {position: relative; display: inline-block; margin-right: 20px; transition: all 0.3s;}
.devcenter_set .thumb_set .thumb_btn:last-child {margin-right: 0;}
.devcenter_set .thumb_set .thumb_btn .thumb_img {width: 122px; height: auto;}
.devcenter_set .thumb_set .thumb_btn .img_border {position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: all 0.2s;}
.devcenter_set .thumb_set .thumb_btn:hover .img_border {box-shadow: 0 0 0 4px #007473 inset;}
.devcenter_set .thumb_set .thumb_btn.active .img_border {box-shadow: 0 0 0 4px #007473 inset;}

.devcenter_set .con_set {display: flex; justify-content: space-between; align-items: flex-start; margin-top: 36px;}
.devcenter_set .con_set .contents {width: calc(100% - 322px); padding-right: 100px; font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 400; line-height: 2.4rem; color: #666666;}
.devcenter_set .con_set .address_set {width: 322px;}
.devcenter_set .con_set .address_set .item:last-child {margin-top: 24px;}
.devcenter_set .con_set .address_set .item .title {font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 700; color: #007473;}
.devcenter_set .con_set .address_set .item .address {margin-top: 8px; font-family: "SpoqaHanSans"; font-size: 1.6rem; font-weight: 400; line-height: 2.4rem; color: #666666;}

@media all and (max-width:768px){
    .devcenter_set .con_set {display: block;}
    .devcenter_set .con_set .contents {width: 100%; padding-right: 0;}
    .devcenter_set .con_set .address_set {width: 100%; margin-top: 24px;}

}

@media all and (max-width:453px){
    .devcenter_set .thumb_set .thumb_btn {margin-right: 9px;}
    .devcenter_set .thumb_set .thumb_btn:last-child {margin-right: 0;}
    .devcenter_set .thumb_set .thumb_btn .thumb_img {width: 98px; height: auto;}
}



/* [E] Dev Center */



#contents {margin-top: 101px;}



